For diags: Can you just do a simple non tag el in a jsp w/o declaring?

.V

Erez Efrati wrote:
Hi,
I am working with Struts 1.1 + JST 1.0 tags.
I wish to use some of the fine features of JSP 2.0 like EL expression
everywhere I like instead of always putting <c:out ... > JSTL 1.0 tag.
I would also like to continue working with Struts tags such as
<html:hidden value="${EL-expression}" />
I tried changing the header of the WEB.XML to <web-app version="2.4" 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 http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
But it wasn't enough I guess. I still got the following error:
"According to TLD or attribute directive in tag file, attribute value
does not accept any expressions"
for using the <html:hidden value="${some-el-expression}" />
Just to note that the html:hidden refers actually the html-el:hidden.
What am I missing? Do I need another version of JSTL, Struts or what?
Thanks in advance,
--Erez




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



Reply via email to