Maybe i must put a speciall tag in the jsp to load the file
(package.properties) in the context, to get the I18N work.

 

-----Mensaje original-----
De: Juan Espinosa [mailto:[EMAIL PROTECTED] 
Enviado el: miƩrcoles, 14 de febrero de 2007 10:56
Para: 'Struts Users Mailing List'
Asunto: RE: I18N

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:[EMAIL PROTECTED] Enviado el: miƩrcoles, 14 de
febrero de 2007 9:49
Para: Struts Users Mailing List
Asunto: Re: I18N

--- Juan Espinosa <[EMAIL 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to