Re: Problems using JSTL with struts

2005-03-27 Thread Rodolfo García Esteban/CYII
/2005 11:03 Por favor, responda a "Struts Users Mailing List" Para: Struts Users Mailing List cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: Problems using JSTL with struts Rodolfo García Esteban/CYII wrote: >2. when I do content of , I

Re: Problems using JSTL with struts

2005-03-27 Thread Rodolfo García Esteban/CYII
<[EMAIL PROTECTED]> 23/03/2005 09:14 Por favor, responda a "Struts Users Mailing List" Para: Struts Users Mailing List cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: Problems using JSTL with struts Hi again! Maybe you can try to deploy the

RE: Problems using JSTL with struts

2005-03-23 Thread Kalra, Ashwani
esday, March 23, 2005 1:44 PM > To: Struts Users Mailing List > Subject: Re: Problems using JSTL with struts > > > Hi again! > > Maybe you can try to deploy the (jstl) standard-examples.war from the > jakarta project. If that doesn't work, your appserver is causing t

Re: Problems using JSTL with struts

2005-03-23 Thread Tom Ziemer
ía Esteban/CYII) Asunto: Re: Problems using JSTL with struts Hi, I had a similar problem. What I did was: a) put jstl.jar and standard.jar in WEB-INF/lib b) modify your web.xml - it should start with this line: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001

Re: Problems using JSTL with struts

2005-03-22 Thread Rodolfo García Esteban/CYII
iemer <[EMAIL PROTECTED]> 18/03/2005 11:00 Por favor, responda a "Struts Users Mailing List" Para: Struts Users Mailing List cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: Problems using JSTL with struts Hi, I had a similar problem. What I did was

RE: Problems using JSTL with struts

2005-03-18 Thread Karr, David
I'm not sure what you mean by JSTL 2.0. Did you mean JSP 2.0? If you're really trying to use Struts in a JSP 2.0 container, then don't use Struts-EL. In that environment, the Struts tags will use the EL natively, and you'd use the JSTL version compatible with JSP 2.0 (not the one compatible w

Re: Problems using JSTL with struts

2005-03-18 Thread Vamsee Kanakala
Rodolfo García Esteban/CYII wrote: 2. when I do EL is not working for you. Most probable culprit is web.xml. It should have webapp 2.4 DTD like so: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2

Re: Problems using JSTL with struts

2005-03-18 Thread Tom Ziemer
Hi, I had a similar problem. What I did was: a) put jstl.jar and standard.jar in WEB-INF/lib b) modify your web.xml - it should start with this line: 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 web-ap