IMO your EL is not getting evaluated. You can go through this link for more info

http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro13.html




Table 12-5 EL Evaluation Settings for JSP Pages 

JSP Configuration
Page Directive
isELIgnored
EL Encountered

Unspecified
Unspecified
Evaluated if 2.4 web.xml
Ignored if <= 2.3 web.xml

false
Unspecified
Evaluated

true
Unspecified
Ignored

Overridden by page directive
false
Evaluated

Overridden by page directive
true
Ignored

/Ashwani







> -----Original Message-----
> From: Tom Ziemer [ mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 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 this
> problem.
>
> If these examples work, compare your web.xml to the one from the
> standard-examples.war. I am quite sure it's just a little mistake in
> your configuration that is responsible for this error.
>
> Hope this helps,
>
> Tom
>
> Rodolfo García Esteban/CYII wrote:
> > I have done that and I keep having the same problem. I'm
> completly loose.
> > ________________________
> > Rodolfo García Esteban
> > Canal Isabel II
> > División de Aplicaciones Técnicas
> > C/ Santa Engracia, 125
> > Edificio 8
> > Tel. 91 545 10 00 - Ext. 2128
> > Fax. 91 545 14 41
> > _______________________
> >
> >
> >
> >
> > Tom Ziemer <[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 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";
> > xsi:schemaLocation=" http://java.sun.com/xml/ns/j2ee
> web-app_2_4.xsd"
> > version="2.4">
> >
> > When I used my "old" web.xml with "web-app_2_2.dtd", it
> didn't work. Can
> > anybody explain this?
> >
> > Regards,
> >
> > Tom
> >
> > Rodolfo García Esteban/CYII wrote:
> >
> >>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 when I do <c:set > for get the actionForm return null, I
> can manage
> >
> > the
> >
> >>form.
> >>2. when I do <c:out  value=${xxxx}....,  in then web I
> don't see then
> >>content of xxxx, I see as a literal "${xxxx}".
> >>
> >>Has somebody use JSTL and Struts-EL with Struts 1.2? Do
> somebody knows
> >
> > the
> >
> >>solution for my problem?
> >>
> >>I would apreciatte any help
> >>
> >>Best regards
> >>
> >>Rodolfo
> >>
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.

Reply via email to