Re: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Well, > > > > > As you see runtime expressions were quite valid in jstl 1.0 tags. They still are, but IMO in the JSP 2.0 XML syntax, it gets tricky to use them in attribute values. EL has taken over, and for good reason. So lets sprinkle s

RE: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Seva Popov
sday, August 24, 2005 4:23 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException using jsp expression inside the On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi Rahul, > > Thanks for pointing me to the implicit JSP 2.0 param object. This worked > for me per

Re: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi Rahul, > > Thanks for pointing me to the implicit JSP 2.0 param object. This worked > for me perfectly with the JSP 2.0 JSTL URIs: > > http://java.sun.com/JSP/Page"; > xmlns:c="http://java.sun.com/jsp/jstl/core"; > version="

RE: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Seva Popov
TED] Sent: Wednesday, August 24, 2005 2:10 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException using jsp expression inside the On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi, > > > The following line: > > "/> > > giv

Re: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi, > > > The following line: > > "/> > > gives me the below exception under Tomcat 5.5.9: > > org.apache.jasper.JasperException: /test.jsp(11,29) The value of > attribute "value" associated with an element type "c:set" must not > contain

org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Seva Popov
Hi, The following line: "/> gives me the below exception under Tomcat 5.5.9: org.apache.jasper.JasperException: /test.jsp(11,29) The value of attribute "value" associated with an element type "c:set" must not contain the '<' character. Is this a bug in Tomcat or am I missing something?