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
YES!!! The missing link to JSTL has been added! I'm excited...now I guess I just need to migrate to JSP 2.0. Dan On Wed, 29 Sep 2004 15:59:30 -0400, David G. Friedman <[EMAIL PROTECTED]> wrote: > Dan, > > If you are using a JSP 2.0 container, here is a snippet from a post I made > in the last

RE: inline conditional expression with JSTL EL

2004-09-29 Thread David G. Friedman
Dan, If you are using a JSP 2.0 container, here is a snippet from a post I made in the last few days on how to use the "? :" conditional statement: JBoss v4.0 says it (like Tomcat 5.X.X) supports JSP 2.0. So you can use the standard Struts release and simply type in the ${expression} syntax from

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