From: "jonathan" <[EMAIL PROTECTED]>
> What about a formatString tag for formatting Strings using a
> MessageFormat-like syntax, and for generating output other than "null" on
> null-valued strings (another cause of time-consuming typing, since an
empty
> string is usually preferable for display to users)?

Great idea - its such a pain checking for nulls all over the place. How
about something like

<i18n:formatString value="<%= something %>" defaultValue="N / A"/>

where the defaultValue is optional and defaults to "".

Though strictly speaking its not using any localisation - but it would make
sense to keep it with the other formatXXX tags.

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to