--- [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? Your Action needs to either extend ActionSupport or implement TextProvider. This is not related to Spring configuration; just make your class extend or implement. > Also, would Struts2 AJAX Themes be affected by this? Themes are related to HTML generation, not Action implementation. d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]