Re: [Resin-interest] Servlet exception using c:out with EL

2007-08-09 Thread Hans Loeblich
Am I the only one that has this problem? Hans Hans Loeblich wrote: I am getting the following error when trying to use the JSTL c:out on a page: EL expression '${app.main_category}' is only allowed for attributes with rtexprvalue='true'. I checked the tld, and rtexprvalue is indeed set to

Re: [Resin-interest] Servlet exception using c:out with EL

2007-08-09 Thread Serge Knystautas
Hans Loeblich wrote: Am I the only one that has this problem? You might want to Google upgrading from JSP 1.1 to JSP 2.0. The rtexprvalue to true was the older way of doing things in JSP 1.1 when the JSP itself did not handle EL. With JSP 2.0 (which Resin 3 implements) you would want

Re: [Resin-interest] Servlet exception using c:out with EL

2007-08-09 Thread Mike Wynholds
Discussion for the Resin application server Subject: Re: [Resin-interest] Servlet exception using c:out with EL Hans Loeblich wrote: Am I the only one that has this problem? You might want to Google upgrading from JSP 1.1 to JSP 2.0. The rtexprvalue to true was the older way of doing things in JSP

[Resin-interest] Servlet exception using c:out with EL

2007-08-02 Thread Hans Loeblich
I am getting the following error when trying to use the JSTL c:out on a page: EL expression '${app.main_category}' is only allowed for attributes with rtexprvalue='true'. I checked the tld, and rtexprvalue is indeed set to false. But from what I understand, rtexprvalue is only supposed to