Not sure about the fmt:format tag, but I use the Struts bean:write tag to format my dates:

<bean:write name="event" property="startDate" format="MM/dd/yyyy"/>

Erik



Wolfgang Woger wrote:

Hi,
I have a form with a Date:

<html-el:text property="someDate"  disabled="true">
     <fmt:formatDate value="${theBean.someDate}" type="date"/>
</html-el:text>

The problem: the formated date is not shown at all, it should have
functioned as the value of that input.

what can I do ?


Wolfgang


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



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



Reply via email to