One property of my form is a customer object.
So in the JSP page, I am displaying them as:
<bean:write name="Customer" property="customer.dateOfBirth" scope="request" filter="true"/>
How should I format it?
Thanks
One property of my form is a customer object.
So in the JSP page, I am displaying them as:
<bean:write name="Customer" property="customer.dateOfBirth" scope="request" filter="true"/>
How should I format it?
Thanks