Re: Expression languages

2008-01-07 Thread [EMAIL PROTECTED]
> > If I understand correctly, the ${ ... } is replaced by the servlet engine > ( > e.g. Tomcat), so if I include it in a struts Tag, it will be replaced by a > literal before it arrives to struts. ${...} is not allowed to be used in a struts tag. If you do it, you'll get a syntax error. Thanks.

Re: Expression languages

2008-01-07 Thread José Cervera
Well, thanks a lot for such a complete answer. I'm sure it will be useful for others... I guess it could even be included in the FAQ. Best regards. On Jan 7, 2008 2:00 PM, Jeromy Evans <[EMAIL PROTECTED]> wrote: > Hi José, > > [...] > > References: > [JSP2.1] http://jcp.org/aboutJava/communi

Re: Expression languages

2008-01-07 Thread Jeromy Evans
Hi José, You're understanding is quite close. Unfortunately I don't know of a document that describes how all the EL's fit together but here's a quick explanation (I'll skip the history though): The Expression Language is part of the JSP specification and the version you're using depends on