Re: Based on struts 1.3.8 , now adding 2.0.9 jar to use funcs from 2.x

2007-09-14 Thread Laurie Harper
Er, depends what you mean by compatible... Yes, you can run Struts1 and Struts2 side-by-side in the same web app. However, mixing tags from both on the same page will not generally work. You can either route a request through Struts1 to a page using Struts1 tags, or route a request through Stru

Re: Based on struts 1.3.8 , now adding 2.0.9 jar to use funcs from 2.x

2007-09-13 Thread Paul Benedict
I do not believe the two are currently compatible. On 9/12/07, Emi Lu <[EMAIL PROTECTED]> wrote: > > Hello List, > > I am using struts1.3.8. May I know is it possible that I can use some > functions/tags provided by 2.0.9. > > For example, > . do not change any 1.3.8 .jar files > . Add struts2-cor

Based on struts 1.3.8 , now adding 2.0.9 jar to use funcs from 2.x

2007-09-12 Thread Emi Lu
Hello List, I am using struts1.3.8. May I know is it possible that I can use some functions/tags provided by 2.0.9. For example, . do not change any 1.3.8 .jar files . Add struts2-core-2.0.9.jar xwork-2.0.4.jar ognl-2.6.11.jar And then use " " ? Thanks a lot! --