Hi,
How do I use my property editors that I registered in my controller on fields that are not bound in form tags?
For example this works (ie picks up the custom date):
but this does not work:Code:<form:input path="myDate"/>
Thanks,Code:<C:out value="${command.myDate}"/>


Reply With Quote
