Hi,

 

My jsp page contains a <c:out value="${users}"/>. The result is
${users}. I had a look in the generated .java and it seems the ${users}
is not evaluated : _jspx_th_c_out_0.setValue(new String("${users}"));

 

Is there something to configure with tomcat 5.5.9 to enable the
evaluation of the EL ?

 

Thanks for your help.

Walther

Reply via email to