Struts 2 replacement for Struts 1 message bundles

2011-01-27 Thread Alexander Muss
Hi, Currently we are using Struts 1 but next version of our application have to be implemented with one other framework. Thats why we want to use Struts 2 instead. But the problem is, there seem to be no way to implement same feature as resource-, message- bundles in Struts 1. My questi

Re: Struts 2 replacement for Struts 1 message bundles (resources)

2011-01-27 Thread Alexander Muss
05 +0100, Dave Newton wrote: http://struts.apache.org/2.x/docs/localization.html On Thu, Jan 27, 2011 at 1:40 AM, Alexander Muss wrote: Hi, Currently we are using Struts 1 but next version of our application have to be implemented with one other framework. Thats why we want to use Strut

setting resource bundles with s:i18n dynamically

2011-07-15 Thread Alexander Muss
Hello everyone, in my current project, there is a need to set resource bundle name for s:text dynamically. With s:i18n I can set resource bundle, different to bundle used by action class, but this tag doesn't support runtime expressions in name attribute. Is there any other possibility to

Re: setting resource bundles with s:i18n dynamically

2011-07-15 Thread Alexander Muss
Yes it works! I completely forgotten about this type of expressions. Thank You for your help Chris! Alexander On Fri, 15 Jul 2011 18:51:18 +0200, Chris Pratt wrote: It should support OGNL %{} expressions, have you tried that? (*Chris*) On Fri, Jul 15, 2011 at 2:27 AM, Alexander Muss