What do your EL expressions look like?  If you're using ${foo}, you
need to have Servlet 2.4 enabled in web.xml rather than Servlet 2.3
(the default).  If you're using Servlet 2.3, you need to use <c:out
value="${foo}"/>.

To change to Servlet 2.4, set jsp.2 to "true" in properties.xml.  You
can also run "ant -f convert-to-jsp2.xml" to convert permanently (will
not work on a 2.3 container).

Matt

On 12/8/06, maskkkk <[EMAIL PROTECTED]> wrote:

I can't seem to get my EL expressions to evaluate...what could cause this?


--
View this message in context: 
http://www.nabble.com/EL-Expressions-do-not-evaluate.-tf2782823s2369.html#a7764367
Sent from the AppFuse - User mailing list archive at Nabble.com.

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




--
http://raibledesigns.com

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

Reply via email to