Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-07 Thread Konstantin Kolinko
2010/7/6 赵顺 : > there must be a default isELIgnored  flag for tag files > once I used > <%@ tag >    import="org.apache.commons.beanutils.BeanUtils" >    pageEncoding="UTF-8" >    description="" isELIgnored="false" %> > in my tag files > and tomcat 6.0.26 says > > org.apache.jasper.JasperException:

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-05 Thread 赵顺
there must be a default isELIgnored flag for tag files once I used <%@ tag import="org.apache.commons.beanutils.BeanUtils" pageEncoding="UTF-8" description="" isELIgnored="false" %> in my tag files and tomcat 6.0.26 says org.apache.jasper.JasperException: /WEB-INF/tags/jet/grid.tag(2

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-05 Thread Konstantin Kolinko
2010/7/3 赵顺 : > my web.xml > > -- > http://java.sun.com/xml/ns/j2ee"; >    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; >    version="2.4"> (...) >     >           >      

RE: EL expressions do not work in tag file (tomcat 6.26)

2010-07-04 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: EL expressions do not work in tag file (tomcat 6.26) > > All the "JSP" references were correct -- my only problem was that I > didn't specifically say "servlet" 2.5.

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/4/2010 11:22 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: EL expressions do not work in tag file (tomcat 6.26) >> >>> http

RE: EL expressions do not work in tag file (tomcat 6.26)

2010-07-04 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: EL expressions do not work in tag file (tomcat 6.26) > > > http://java.sun.com/xml/ns/j2ee"; > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > > xsi:schem

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-03 Thread 赵顺
It steel does not work after I change to 2.5 and tomcat 6.0.18 works(both *.jsp and *.tag) and 6.0.26 does not work in *.tag file http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://j

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 赵顺, On 7/3/2010 8:44 AM, 赵顺 wrote: > http://java.sun.com/xml/ns/j2ee"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; > ver