Garner, Shawn wrote:
I see the bean-el has the same shortname as bean.

So if I want to use the bean-el tags then should I just use the el tags
instead of the regular tags?

I was declaring both the regular struts tags and el tags in the web.xml file
until I saw they had the same shortname when declaring them in jsp.

Correct. The EL tags are intended as a drop-in alternative to the non-EL tags for when you want to use JSTL expressions in the tag attributes but are not using a JSP 2.0 container.

So, if you're using the EL tags you can ignore the non-EL versions.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to