On Thu, 30 Jan 2003, James Turner wrote:

> Date: Thu, 30 Jan 2003 19:06:19 -0500
> From: James Turner <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>
> Subject: RE: [VALIDATOR] requiredif ??
>
> > From: Karr, David [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 30, 2003 6:05 PM
> > To: Struts Users Mailing List
> > Subject: RE: [VALIDATOR] requiredif ??
> >
> >
> > Gee, I haven't been paying much attention to this issue, but
> > that looks like there could be some synergy with the JSTL EL
> > engine.  You could easily handle expressions like that in the EL.
>
>
> Yes, except that Validator, which is a Commons project, would then be
> dependent on JSTL, which is a JSP-specific project.
>

A way to deal with that might be to look at commons-jexl, which implements
a superset of the JSTL EL language.  It's what Jelly uses for expression
evaluation.

> James

Craig

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

Reply via email to