If by asking "if it is so", you're referring to the question of whether your 
container is a JSP 2.0 container, I thought that was answered pretty clearly. 
Your container is NOT a JSP 2.0 container, so you'll have to use the Struts-EL 
taglib.
 
I would also qualify a couple of items from the reply by "[EMAIL PROTECTED] 
[EMAIL PROTECTED]":
 
It is not strictly necessary to include the "taglib" element in your web.xml 
file. If your taglib element in the JSP (notice that there is a "taglib" 
element in the JSP, and a "taglib" element in the web.xml, which are different 
things) references the URI that is specified in the TLD that is inside the 
taglib jar file, then you can skip the "taglib" element in the web.xml.
 
In your JSP pages that use Struts-EL, I don't recommend using a different 
prefix ("html-el", as opposed to "html"). If you use the same prefix as is 
normal, then it will decrease the number of changes you'll need to make to your 
pages when you move to a JSP 2.0 container.

________________________________

From: Phani [mailto:[EMAIL PROTECTED]
Sent: Wed 06/29/2005 1:42 PM
To: Struts Users Mailing List; Rahul Akolkar
Subject: Re: EL expression not getting evaluated



If it is so..

why is my expression not getting evaluated...

${partItem.intproperty}

--- Rahul Akolkar <[EMAIL PROTECTED]> wrote:

> On 6/29/05, Karr, David <[EMAIL PROTECTED]> wrote:
> > I don't know whether WSAD 5.1.2 is a JSP 2.0
> container.  If it is not, then you'll need to use
> the Struts-EL taglib. If it is a JSP 2.0 container,
> then you'll need to make sure that your web.xml is
> using the Servlet 2.4 schema.
> >
>
> For completion, WSAD 5.1.2 is J2EE 1.2/1.3. J2EE 1.4
> (JSP 2.0) is RAD
> 6.0 and up.
>
> -Rahul
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
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]

Reply via email to