[PJUG Javamail] Easy Way to Do It the Hard Way?
Richard Johnson
richardj at lingosys.com
Thu Nov 13 15:43:27 EST 2008
Hi,
I have a nonlocalized app with the following:
<h:panelGroup>
<h:outputText value="$" rendered="#{client.organization !=
'Foo Bank'}"/>
<h:outputText value="£ "
rendered="#{client.organization == 'Foo Bank'}"/>
<h:outputText value="#{projectVendorCost}"
converter="converters.USCurrencyConverter"/>
</h:panelGroup>
which naturally enough prints out either $_<box> or £_<box>
Is there an easy or straightforward way to tell JSF to issue the
appropriate ISO symbol code such as & or £ ?
Yes, for now I'm avoiding localizing. This would be laughably easy if
the app actually used localization as per the standard. Ironic, you
betcha!
--
Richard Johnson, Systems Architect
Lingo Systems
15115 SW Sequoia Pkwy #200
Portland Oregon 97224
richardj at lingosys.com
http://www.lingosys.com <http://www.lingosys.com/>
voice 503-419-4889 or 800-878-8523
FAX 503-419-4873
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pjug.org/pipermail/javamail/attachments/20081113/d31a03ee/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/bmp
Size: 50186 bytes
Desc: untitled.bmp
Url : http://www.pjug.org/pipermail/javamail/attachments/20081113/d31a03ee/attachment.bmp
More information about the Javamail
mailing list