The display tag of JSP seems doesnt have any means of including
formatting information for data.

for instance

<DISPLAY property="customer:startDate">

Is there any way that I can specify the format of my value in the
display tag like

<DISPLAY property="customer:startDate" format="MM/DD/YYYY">


The only way it seems for me for the time being is to create special
properties in the customer bean like displayStartDate which should
format the info and give it to the bean.

Regards
Vijay

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to