Hello everybody,

struts-el TLDs are somewhat strange, they set rtexprvalue to false and hence 
this is what happens when I put an EL expr in an struts-el tag:

"According to TLD or attribute directive in tag file, attribute action does 
not accept any expressions"

Well, where is that hidden secret switch to make it work?

What I do so far:

1) struts-el.jar to classpath
2) struts-el TLDs to WEB-INF
3) use tags, i.e.: 

 <c:set var="action" value="/search.do" />
 <html-el:form styleId="form" action="${action}" method="POST"> 

Attachment: pgpaTRyoyKIXA.pgp
Description: PGP signature

Reply via email to