For any JSTL/JSP tag library heads out there - any projects underway to generate tag libraries for ERB and hopefully standardize some of that basic RHTML behavior? Seems like closures are just the thing for implementing a tag processing class, too. Thanks, Wes -- Posted via http://www.ruby-forum.com/.
On Wed, Apr 05, 2006 at 09:25:27AM +0200, Wes Gamble wrote: } For any JSTL/JSP tag library heads out there - any projects underway to } generate tag libraries for ERB and hopefully standardize some of that } basic RHTML behavior? } } Seems like closures are just the thing for implementing a tag processing } class, too. Well, it isn''t quite the same thing, but see http://blogrium.com/?p=60 } Thanks, } Wes --Greg
Reasonably Related Threads
- ERb question: Embedding <%= %> in helper method calls
- Can''t call public application.rb method from ERb template
- Wrap error_messages_for() call when no instance var present
- text_field doesn''t call overridden ActiveRecord getters
- Best way to organize non-controller logic???