You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Walther Hautermann <wh...@all4it.com> on 2005/07/26 10:36:44 UTC

tomcat 5.5.9, JSP, EL evaluation

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


Re: tomcat 5.5.9, JSP, EL evaluation

Posted by Martin Bromley <ma...@sustainable-energy.co.uk>.
Do you need the c:out?  Have you tried just ${users}?  I'm no expert on c:out but my understanding is that it's a tag of times past..

Walther Hautermann wrote:
> 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
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org