Title: Format on the JSP pages

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

Reply via email to