[
https://issues.apache.org/jira/browse/WW-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16743079#comment-16743079
]
k918912 commented on WW-5002:
-----------------------------
[~lukaszlenart]
Thanks for your help. My workaround now is to use an empty action inside the
package I want to use, which extends my default action. I'm not quite sure if
there is a better way around this.
> 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.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
(v7.6.3#76005)