Re: Spring integration with Struts-2.0.2

2006-12-07 Thread liu kaipeng
Thanks to Tomas and Wendy, it work fine! 2006/12/8, Wendy Smoak <[EMAIL PROTECTED]>: On 12/7/06, liukaipeng <[EMAIL PROTECTED]> wrote: > Is there any change to this short hand name for spring, or I'm missing some configuration point newly added to struts-2.0.2? Try using struts2-core and the

Re: Spring integration with Struts-2.0.2

2006-12-07 Thread Wendy Smoak
On 12/7/06, liukaipeng <[EMAIL PROTECTED]> wrote: Is there any change to this short hand name for spring, or I'm missing some configuration point newly added to struts-2.0.2? Try using struts2-core and the struts2-spring-plugin, as Tomas suggested. (I think the 'all' jar will go away, I don'

Re: Spring integration with Struts-2.0.2

2006-12-07 Thread Tomas Carlsson
This is a long-shot: org.apache.struts struts2-spring-plugin 2.0.2-SNAPSHOT /tomas On 12/8/06, liukaipeng <[EMAIL PROTECTED]> wrote: Wiki page http://cwiki.apache.org/WW/spring.html demonstrate how to integrate spring with struts2, that in detail, set struts.objectFact

Spring integration with Struts-2.0.2

2006-12-07 Thread liukaipeng
Wiki page http://cwiki.apache.org/WW/spring.html demonstrate how to integrate spring with struts2, that in detail, set struts.objectFactory = spring to use spring as the object factory. This works well with the struts-2.0.1 release, but when I switch the jar file to struts2-all-2.0.2-SNAPSHOT.ja