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

2007-09-24 Thread DPiedrah
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 AJAX theme to work imprope

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

2007-09-24 Thread DPiedrah
Hi Dave, 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? Also, would Struts2 AJAX Themes

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