On Mon, 11 Aug 2003, Erez Efrati wrote:

> Date: Mon, 11 Aug 2003 01:24:58 +0200
> From: Erez Efrati <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>
> Subject: message localization
>
> All this talking on JSP 2.0, JSTL and Struts-el brought me to ask if
> I should avoid using the following:
>
> <bean-el:message key='${UserSexKey["select"]}'/>
>
> Could someone tell me what is the equivalent in JSTL?
>

JSTL has formatting and i18n tags that get localized text from resource
bundles instead of Struts MessageResources objects -- check out the
<fmt:message/> tag, in Section 8.1 of the spec.

> Erez

Craig

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

Reply via email to