[ 
https://issues.apache.org/jira/browse/WW-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17104098#comment-17104098
 ] 

Lukasz Lenart commented on WW-5002:
-----------------------------------

I double checked this issue and without any further information from the 
reporter it's hard to figure out the real cause. I was testing different 
options and it won't work in just one case, when you have an action that 
doesn't extend {{ActionSupport}} - which means it doesn't implement 
{{TextProvider}} interface, then {{DefaultTextProvider}} is used which isn't 
package-aware (as there is no hint which package to use).

The reporter's description is missing action configuration which is a clue, 
without it won't be possible to debug this problem. Please provide an example 
app or I will close this issue as not reproducible.

> Package Level Properties in Global Results
> ------------------------------------------
>
>                 Key: WW-5002
>                 URL: https://issues.apache.org/jira/browse/WW-5002
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.5.18
>            Reporter: k918912
>            Priority: Major
>             Fix For: 2.5.23, 2.6
>
>
> I'm currently trying to use a global result within an interceptor but have 
> problems accessing package level properties.
> So my structure is:
> struts-test.xml
> -> contains a global-result "test"
> com.example.test
> -> contains package.properties
> com.example.test.interceptor
> -> containts TestInteceptor.java with the result "test"
> The test result is a jsp-File with s:text tags. Sadly the s:text tags are 
> ignoring the package level properties file and are only looking at global 
> properties.
> {quote}Missing key [test.xyz] in bundles [[global-messages, 
> org/apache/struts2/struts-messages, 
> com/opensymphony/xwork2/xwork-messages]]!{quote}
> Is there anything wrong in my configuration? I checked the docs and didn't 
> find anything related to this problem.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to