> From: Just Fun 4 You [mailto:[EMAIL PROTECTED] 
> <html:text property="startDate" value="<c:out
> value="${sessionScope.ventureObject.startDate}" />" />

JSTL works best in conjunction with the Struts-EL tags:
<html-el:text property="startDate" value="${ventureObject.startDate}" />

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-displayed.  

You might want to set the form property to your default value in the
Action, prior to forwarding to the JSP.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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

Reply via email to