Re: Upgrading Struts 1.0

2006-11-04 Thread Yujun Liang
If you used template tag in your application, you must rewrite all JSP files, since template tag no longer exists in Struts. Template tag was pre-tiles tag for component reuse. Regards On 11/3/06, Ted Husted [EMAIL PROTECTED] wrote: Within the 1.x series, we've made each subsequent release

Upgrading Struts 1.0

2006-11-02 Thread Søren Blidorf
Hi. I have a very large website build on a Struts 1.0 framework. I would like to upgrade it and my questions are: What should I upgrade to? 1.35? Where can I read about the different between 1.0 and 1.35, I guess it’s a big step? BR Soren, DK

Re: Upgrading Struts 1.0

2006-11-02 Thread Niall Pemberton
On 11/2/06, Søren Blidorf [EMAIL PROTECTED] wrote: Hi. I have a very large website build on a Struts 1.0 framework. I would like to upgrade it and my questions are: What should I upgrade to? 1.35? Struts 1.3.5 is the latest ga (or production ready) version of Struts - so thats probably

Re: Upgrading Struts 1.0

2006-11-02 Thread Ted Husted
Within the 1.x series, we've made each subsequent release backwardly-compatible with the last, but only with the last. With each release, some members were deprecated, and in the next release removed. The most efficient approach might be to upgrade the binaries one release at a time. Recompile,