If I recall correctly the text tag does not support formatting... Strange though...
I used an approach where my FormBean instance took care of formatting and converting between the string representation of a date and the Date object in a locale neutral way using Calendar class. <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Hi, > > within the bean:write tag, i am able to format a property like this: > > <bean:write name="myRendevousVO" property="date" > format="dd.MM.yyyy"/> > > Is there a chance to format a property within the html:text tag the same > way, like: > > <html:text name="myRendevousVO" property="date" format="dd.MM.yyyy" > /> > > ... or do i have to choose another approach in order to get formatted > properties into a textfield??? > > Thanks in advance for your help :o) > > Mario Gleichmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

