Hi,
 
Got a slightly OT question.  I want to put a date format mask in a properties 
file and format dates with this key in my presentation jsp.  I can do this with 
struts bean tags but seeming have to hard code it into the jstl tags.  Both 
approaches work but i would like to know if anyone has a way to make the 
properties driven format masking work in jstl.


Bean:
<bean:write name="Performance" property="performanceDate" 
formatKey="conf.dateformat.long" />

JSTL: 
<fmt:formatDate pattern="MM/dd/yyyy" value="${Company.membershipStartDate}" />

thanks
-B

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to