-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Juan,

Juan Espinosa wrote:
> Hi im having problems with localization of a jsp page, i call the jsp
> directly, not through an action.
> 
> Im using this tag the localize a text <s:text
> name="%{getText('customer.security.login.title')}" />

I'm largely ignorant of JSP taglibs... is getText a struts-specific tag?

If so, then you will probably have to send your requests through the
ActionServlet in order to have the request set up properly to allow you
to make calls like this.

I had this problem long ago and it turned out that a trip through the
ActionServlet was all I needed to get everything working.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF7tng9CaO5/Lv0PARAuRlAKCmzGiCybiLYf15wATfnvOGDkxMlACeIoRJ
n1dEw7/LaF8fwRZQVIG7y4I=
=+KNl
-----END PGP SIGNATURE-----

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

  • Re: I18n Christopher Schultz

Reply via email to