You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Torsten Krah (JIRA)" <ji...@apache.org> on 2008/10/21 14:20:37 UTC

[jira] Created: (WW-2845) i18n Interceptor does not load action or package.properties on subsequent render/action calls

i18n Interceptor does not load action or package.properties on subsequent render/action calls
---------------------------------------------------------------------------------------------

                 Key: WW-2845
                 URL: https://issues.apache.org/struts/browse/WW-2845
             Project: Struts 2
          Issue Type: Bug
          Components: Core Interceptors, Plugin - Portlet
    Affects Versions: 2.0.11.2
         Environment: Pluto 1.1.6, Linux, Tomcat 5.x, 6.x, Struts 2.0.11.2
            Reporter: Torsten Krah


I am using struts2 i18n capabilities to provide multi language support.
I am using package and Action properties file.

When the portlet is invoked the first time, all properties are loaded fine.
But on subsequent posts to the same action, only properties found in the global properties file defined at struts.properties are found, all ones from package or action properties are not loaded.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2845) i18n Interceptor does not load action or package.properties on subsequent render/action calls

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45204#action_45204 ] 

James Holmes commented on WW-2845:
----------------------------------

Please provide more details otherwise we'll have to close this as there's not enough information to go on at this point.

> i18n Interceptor does not load action or package.properties on subsequent render/action calls
> ---------------------------------------------------------------------------------------------
>
>                 Key: WW-2845
>                 URL: https://issues.apache.org/struts/browse/WW-2845
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors, Plugin - Portlet
>    Affects Versions: 2.0.11.2
>         Environment: Pluto 1.1.6, Linux, Tomcat 5.x, 6.x, Struts 2.0.11.2
>            Reporter: Torsten Krah
>
> I am using struts2 i18n capabilities to provide multi language support.
> I am using package and Action properties file.
> When the portlet is invoked the first time, all properties are loaded fine.
> But on subsequent posts to the same action, only properties found in the global properties file defined at struts.properties are found, all ones from package or action properties are not loaded.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2845) i18n Interceptor does not load action or package.properties on subsequent render/action calls

Posted by "Torsten Krah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45216#action_45216 ] 

Torsten Krah commented on WW-2845:
----------------------------------

I'll try to get a sample project attached here till weekend. sorry for "late" informations about this.

> i18n Interceptor does not load action or package.properties on subsequent render/action calls
> ---------------------------------------------------------------------------------------------
>
>                 Key: WW-2845
>                 URL: https://issues.apache.org/struts/browse/WW-2845
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors, Plugin - Portlet
>    Affects Versions: 2.0.11.2
>         Environment: Pluto 1.1.6, Linux, Tomcat 5.x, 6.x, Struts 2.0.11.2
>            Reporter: Torsten Krah
>
> I am using struts2 i18n capabilities to provide multi language support.
> I am using package and Action properties file.
> When the portlet is invoked the first time, all properties are loaded fine.
> But on subsequent posts to the same action, only properties found in the global properties file defined at struts.properties are found, all ones from package or action properties are not loaded.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2845) i18n Interceptor does not load action or package.properties on subsequent render/action calls

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44856#action_44856 ] 

Nils-Helge Garli commented on WW-2845:
--------------------------------------

Do you have a sample that demonstrates this? The portlet framework does nothing special with i18n, so it should work as a regular webapp.

> i18n Interceptor does not load action or package.properties on subsequent render/action calls
> ---------------------------------------------------------------------------------------------
>
>                 Key: WW-2845
>                 URL: https://issues.apache.org/struts/browse/WW-2845
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors, Plugin - Portlet
>    Affects Versions: 2.0.11.2
>         Environment: Pluto 1.1.6, Linux, Tomcat 5.x, 6.x, Struts 2.0.11.2
>            Reporter: Torsten Krah
>
> I am using struts2 i18n capabilities to provide multi language support.
> I am using package and Action properties file.
> When the portlet is invoked the first time, all properties are loaded fine.
> But on subsequent posts to the same action, only properties found in the global properties file defined at struts.properties are found, all ones from package or action properties are not loaded.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2845) i18n Interceptor does not load action or package.properties on subsequent render/action calls

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2845.
---------------------------------

    Resolution: Incomplete

Feel free to reopen with more information.

> i18n Interceptor does not load action or package.properties on subsequent render/action calls
> ---------------------------------------------------------------------------------------------
>
>                 Key: WW-2845
>                 URL: https://issues.apache.org/struts/browse/WW-2845
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors, Plugin - Portlet
>    Affects Versions: 2.0.11.2
>         Environment: Pluto 1.1.6, Linux, Tomcat 5.x, 6.x, Struts 2.0.11.2
>            Reporter: Torsten Krah
>
> I am using struts2 i18n capabilities to provide multi language support.
> I am using package and Action properties file.
> When the portlet is invoked the first time, all properties are loaded fine.
> But on subsequent posts to the same action, only properties found in the global properties file defined at struts.properties are found, all ones from package or action properties are not loaded.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.