Re: Issue using Struts2's i18n interceptor and Spring "actions"

2007-09-25 Thread Laurie Harper
[EMAIL PROTECTED] wrote: OK, I've extended my action class with ActionSupport...still does not work. Does that mean I can't have my action class be a simple POJO wired using Spring and use Struts2 i18n features? I'm also curious as to why the addition of in the action mapping would cause the

Re: Issue using Struts2's i18n interceptor and Spring "actions"

2007-09-24 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > OK, I've extended my action class with > ActionSupport...still does not work. Not sure why that wouldn't work, and can't test now :/ I'd double-check my property files first, though. > Does that mean I can't have my action class be a > simple POJO wired using Spr

Re: Issue using Struts2's i18n interceptor and Spring "actions"

2007-09-24 Thread DPiedrah
al: Knowledge for Generations 1807-2007 Dave Newton <[EMAIL PROTECTED]> 09/24/2007 02:52 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Issue using Struts2's i18n interceptor and Spring "actions" --- [E

Re: Issue using Struts2's i18n interceptor and Spring "actions"

2007-09-24 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > The action is a Spring bean (implementing > com.opensymphony.xwork2.Preparable) and the > struts.objectFactory constant is set to "spring". Is > there a way to have Spring use ActionSupport for > the execution of these classes so that getText > becomes available?

Re: Issue using Struts2's i18n interceptor and Spring "actions"

2007-09-24 Thread DPiedrah
e Division John Wiley & Sons, Inc. 201-748-6872 Wiley Bicentennial: Knowledge for Generations 1807-2007 Dave Newton <[EMAIL PROTECTED]> 09/24/2007 02:33 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Issue using Struts2

Re: Issue using Struts2's i18n interceptor and Spring "actions"

2007-09-24 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > label="%{getText('firstname')}" > name="person.firstName"/> > > And the only thing that comes up is 'firstname' when > in fact the value should be 'First Name' as it is in > the appropriate properties file which resides in the > same pac

Issue using Struts2's i18n interceptor and Spring "actions"

2007-09-24 Thread DPiedrah
Hi all, New to Struts2 (2.0.9) and testing out the "Struts2 + Spring 2 + JPA + AJAX" tutorial found here: http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html I got it to work just fine "out of the box" but then I tried to add localization to it by adding the intereceptor-ref tag