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 user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: Problems using JSTL with struts Hi again! Maybe you can try to deploy

Re: Problems using JSTL with struts

2005-03-27 Thread Rodolfo García Esteban/CYII
Por favor, responda a Struts Users Mailing List Para: Struts Users Mailing List user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: Problems using JSTL with struts Rodolfo García Esteban/CYII wrote: 2. when I do c:out value=${

Re: Problems using JSTL with struts

2005-03-23 Thread Tom Ziemer
/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: web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema

RE: Problems using JSTL with struts

2005-03-23 Thread Kalra, Ashwani
, 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 this problem. If these examples work, compare your

Re: Problems using JSTL with struts

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

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: web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Problems using JSTL with struts

2005-03-18 Thread Vamsee Kanakala
Rodolfo García Esteban/CYII wrote: 2. when I do c:out value=${}, in then web I don't see then content of , I see as a literal ${}. EL is not working for you. Most probable culprit is web.xml. It should have webapp 2.4 DTD like so: ?xml version=1.0 encoding=ISO-8859-1?

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