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
t the one compatible with JSP 1.2). If you try to use Struts-EL in that environment, you'll get messed up. > -Original Message- > From: Rodolfo García Esteban/CYII [mailto:[EMAIL PROTECTED] > Sent: Friday, March 18, 2005 1:51 AM > To: user@struts.apache.org >

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

Problems using JSTL with struts

2005-03-18 Thread Rodolfo García Esteban/CYII
Hi, I have a little application done with struts 1.2 and hibernate 2.1, I want to migrate it to JSTL 2.0, and struts-EL. I have done the next: 1. Install jstl, adding to the WEB-INF/lib jstl.jar 2. Writing in the pages then taglib clause to import the tags. But I have the next problems. 1 whe