While working with a struts application, I wanted to use the i18n taglibs to format 
dates, times, currencies etc.  However, I don't want to use scriptlets in my JSP.


for example:

<i18n:currency>
  <bean:write name="item" property="cost" />
</i18n:currency

instead of:

<i18n:currency value="<%= item.getCost() %>" />

or perhaps:  (struts-style)

<i18n:currency beanName="item" beanProperty="cost" />

Is there a plan to provide this functionality? ... or like the struts style example 
above?


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

Reply via email to