Re: Standard eval tag

2002-01-28 Thread Shawn Bayern
On Sun, 27 Jan 2002 [EMAIL PROTECTED] wrote: How do I put the result of the tag into the method? Without having to create a tag for Language. My suggested solution would be a tag which places its body into a named variable. So: standard:eval var=namestore:get jdo=person.name//standard:eval

Standard eval tag

2002-01-27 Thread bayard
This is a suggestion to the JSTL group. Consider the following hypothetical code: store:get jdo=person.name/ This code returns a String, but like many taglibs does not offer the 'var' attribute for placing the result in. I would then like to use a piece of standard code from my company