On Mon, 21 May 2001, Joyce Tang wrote:
> Sorry if I didn't make it clear. What I am asking is how to format a
> embedded attibute?
>
There isn't any particular support for formatting within the Struts tags
at the moment. However, there is a formatting library in the Jakarta
Taglibs project <http://jakarta.apache.org/taglibs> that might help.
Craig
> -----Original Message-----
> From: Joyce Tang
> To: '[EMAIL PROTECTED]'
> Sent: 5/21/01 2:13 PM
> Subject: 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
>
>