I18N 2007-02-14 - By Juan Espinosa
Back The package names are
uy com nilo customer (here is the package.properties) registration (here are the actions)
But when i call the jsp i dont use an action, there is no action in the mapping
<action name="viewCustomerLogin"> <result> /private/customer/security/login.jsp </result> </action>
I think behind the scenes if the mapping doesnt have an action struts uses an action to do The forward, i use this because i dont want to call directly the jsp
I found the example in the struts2 wiki
-- --Mensaje original-- -- De: Dave Newton [mailto:newton.dave@(protected)] Enviado el: mi?rcoles, 14 de febrero de 2007 9:49 Para: Struts Users Mailing List Asunto: Re: I18N
--- Juan Espinosa <pcexplorer@(protected)> wrote: > I have a file named package.properties in the folder
> where i have located the actions. > The localization is not working when i call a jsp like this > > <action name="viewCustomerLogin"> > <result> > /private/customer/security/login.jsp > </result> > </action>
So...
- You say you have a package.properties in the package of your actions.
- What Action (and, nomre importantly, what package is it in) when you configure an action as you have above?
That's one way to start thinking about the problem, anyway.
d.
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ___ __ _____ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.441 / Virus Database: 268.17.37/682 - Release Date: 12/02/2007 13:23
-- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.441 / Virus Database: 268.17.37/682 - Release Date: 12/02/2007 13:23
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|