Erez Efrati wrote:
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?
Make sure you are pointing to the correct html-el tag tld:
Can't remember if this is Struts 1.1 or 1.2, but it should look something like:
<%@ taglib prefix="html" uri="http://jakarta.apache.org/struts/tags-html-el" %>
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]