> Sorry this is not directly related to Struts, but
> is it possible to use the expression language in
> custom tags?

Check org.apache.strutsel.taglib.utils.EvalHelper

That's the class used to evaluate the expressions
in struts-el tags (in version 1.1 anyway).

Looks like it's actually using
org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager
to do the actual work. That's a JSTL class.

taglibs-user mailing list might have more info on this.

                                -TPP

-----------------------------------------
This email may contain confidential and privileged material for the sole use of the 
intended recipient(s). Any review, use, retention, distribution or disclosure by 
others is strictly prohibited. If you are not the intended recipient (or authorized to 
receive for the recipient), please contact the sender by reply email and delete all 
copies of this message.  Also, email is susceptible to data corruption, interception, 
tampering, unauthorized amendment and viruses. We only send and receive emails on the 
basis that we are not liable for any such corruption, interception, tampering, 
amendment or viruses or any consequence thereof.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to