Hi Struts users!

I need to present a java.util.Date in a jsp. It has to be within a
s:textfield because the user can modify/edit this date.

The problem is when I display the date  <s:textfield name="myDate"/>, it
shows the date with a wrong format.

I can use <fmt:formatDate value="${myDate}" pattern="dd/MM/yyyy" /> but in
this case the date wouldnt be editable...


any ideas???

Thanks in advance!

Reply via email to