Good point. 2.0 mens everyting is el.
Also, I declare tld to pont to /WEB-INF and not over the net.
.V

Jason Lea wrote:

I also changed to tomcat 5.0 + JSP 2.0. You can stop using the struts-el tags and just use the normal struts tags.


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







--
Please post on Rich Internet Applications User Interface (RiA/SoA) <http://www.portalvu.com>



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



Reply via email to