Hi to all, i need some help with a intenationalization. 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

i have this action to call a jsp (i dont want to call it directly)

        <action name="viewCustomerLogin">
                <result>/private/customer/security/login.jsp</result>
        </action>

in this case the localization does not work, alsto i tried to put the I18N
interceptor  <interceptor-ref name="i18n"/> but no way

but if i call the jsp throw a real action the localization works...

        <action name="viewCustomerLogin" method="viewCustomerLogin"
class="uy.com.MyActionClass">
                <result>/private/customer/security/login.jsp</result>
        </action>

Any help will be appreciated.

Thanks 


-- 
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
 

Reply via email to