RE: inline conditional expression with JSTL EL

2004-09-29 Thread David G. Friedman
k, David -Original Message- From: Dan Allen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 4:15 PM To: Struts Users Mailing List Subject: Re: inline conditional expression with JSTL EL YES!!! The missing link to JSTL has been added! I'm excited...now I guess I just need

Re: inline conditional expression with JSTL EL

2004-09-29 Thread Dan Allen
tion "ChoiceExpression" in gray on the left: > http://java.sun.com/products/jsp/syntax/2.0/card20.pdf > > Regards, > David > > > > -Original Message- > From: Dan Allen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 3:43 PM > To: S

RE: inline conditional expression with JSTL EL

2004-09-29 Thread David G. Friedman
pression" in gray on the left: http://java.sun.com/products/jsp/syntax/2.0/card20.pdf Regards, David -Original Message- From: Dan Allen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 3:43 PM To: Struts Users Mailing List Subject: inline conditional expression with JSTL EL

Re: inline conditional expression with JSTL EL

2004-09-29 Thread Jeff Beal
Dan Allen wrote: Does anyone know if there are plans for (or if an existing library is floating around) that allows inline conditional expressions in the POSIX style? An example would look something like the following: I realize it is possible to use c:choose tags for such a condition, but often

inline conditional expression with JSTL EL

2004-09-29 Thread Dan Allen
Does anyone know if there are plans for (or if an existing library is floating around) that allows inline conditional expressions in the POSIX style? An example would look something like the following: I realize it is possible to use c:choose tags for such a condition, but often times a simple