RE: Struts html:text value initialized using JSTL

2004-02-13 Thread Wendy Smoak
> From: Just Fun 4 You [mailto:[EMAIL PROTECTED] > " /> JSTL works best in conjunction with the Struts-EL tags: However, if something on the page fails validation, and the user has changed this value, it's going to revert back to the value in 'ventureObject.startDate' when the form is re-displa

Re: Struts html:text value initialized using JSTL

2004-02-13 Thread Kris Schneider
You can't use a tag as the attribute value for another tag. It has nothing to do with Struts or JSTL. Try using Struts-EL: <%@ taglib prefix="html" uri="http://jakarta.apache.org/struts/tags-html-el"; %> You'll find the required JAR file in contrib/struts-el/lib/struts-el.jar of the