Re: Upgrade from struts1.0 to 1.2

2005-11-28 Thread Niall Pemberton
On 11/28/05, Garner, Shawn <[EMAIL PROTECTED]> wrote: > I've heard others say to use http://wiki.apache.org/struts/StrutsUpgrade and > to do each version one at a time and not to skip versions. So if you want > to go from 1.0 to 1.28 you'll have to follow the 4 sets of instructions in > order. Tr

RE: Upgrade from struts1.0 to 1.2

2005-11-28 Thread Garner, Shawn
28 you'll have to follow the 4 sets of instructions in order. Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yujun Liang Sent: Tuesday, November 22, 2005 5:58 PM To: Struts Users Mailing List Subject: Re: Upgrade from struts1.0 to 1.2 but I c

Re: Upgrade from struts1.0 to 1.2

2005-11-22 Thread Yujun Liang
Well, the change to template was not mentioned in these documents and I expected to find it there, since it was major change. http://struts.apache.org/struts-doc-1.1/userGuide/release-notes.html http://struts.apache.org/struts-doc-1.2.4/userGuide/release-notes.html Template was my best friend. :)

Re: Upgrade from struts1.0 to 1.2

2005-11-22 Thread Ted Husted
On 11/22/05, Yujun Liang <[EMAIL PROTECTED]> wrote: > but I can't find in any document about the removal of the tag, > anybody found that entry? The template taglib was "deprecated" in Struts 1.1 and removed in Struts 1.2. * http://struts.apache.org/struts-doc-1.1/userGuide/dev_template.html So

Re: Upgrade from struts1.0 to 1.2

2005-11-22 Thread Yujun Liang
but I can't find in any document about the removal of the tag, anybody found that entry? Thanks. On 11/23/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Have you moved your Action code from the perform() method to the > execute() method? > > - George > http://www.idiacomputing.com/ > > >

RE: Upgrade from struts1.0 to 1.2

2005-11-22 Thread George.Dinwiddie
Have you moved your Action code from the perform() method to the execute() method? - George http://www.idiacomputing.com/ > -Original Message- > From: bhas4 [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 10, 2005 9:20 AM > To: user@struts.apache.org > Subject: Re:Upgrade from s

Re: Upgrade from struts1.0 to 1.2

2005-11-14 Thread Ted Husted
On 11/14/05, bhas <[EMAIL PROTECTED]> wrote: > I was able to narrow down the reason for display of a blank page, basically > struts 1.0 had > perform() method that has been replaced with execute() method & since > execute() methods was > missing in my action classes it was not displaying anything

Re: Upgrade from struts1.0 to 1.2

2005-11-14 Thread Wendy Smoak
On 11/14/05, bhas <[EMAIL PROTECTED]> wrote: > Thanks for your help! > I was able to narrow down the reason for display of a blank page, basically > struts 1.0 had > perform() method that has been replaced with execute() method & since > execute() methods was > missing in my action classes it was

Re: Upgrade from struts1.0 to 1.2

2005-11-11 Thread Laurie Harper
bhas wrote: I think its not getting till the jsp page as the jsp files are not compiled when I hit the index.do url. Can you help me little bit on how to turn on the logging as I do not see any of the struts action servlet logs getting printed. Struts uses Commons Logging [1] for all its logg

Re: Upgrade from struts1.0 to 1.2

2005-11-10 Thread Laurie Harper
bhas4 wrote: Yes, I have tried everything that is relavent for the upgrade as mentioned in the wiki page - http://wiki.apache.org/struts/StrutsUpgradeNotes11to124, I do not see any wiki pages that talk about upgrade from 1.0 to 1.2 version, could only get 1.1 to 1.2 document. As per the above

Re: Upgrade from struts1.0 to 1.2

2005-11-09 Thread Yujun Liang
ion of struts. > > Shawn D. Garner > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Yujun Liang > Sent: Wednesday, November 09, 2005 6:27 AM > To: Struts Users Mailing List > Subject: Re: Upgrade from struts1.0 to 1.2 > >

Re: Upgrade from struts1.0 to 1.2

2005-11-09 Thread Laurie Harper
bhas4 wrote: Hi, I'm upgrading from Struts 1.0 to 1.2 version, I have followed the steps given in wiki page for upgrading - *Copied all the latest jars *Changed the struts-config.xml to have the 1.2 DTD definition I'm not yet trying to use any of the new features of 1.2, but just want to upgrad

RE: Upgrade from struts1.0 to 1.2

2005-11-09 Thread Garner, Shawn
: Wednesday, November 09, 2005 6:27 AM To: Struts Users Mailing List Subject: Re: Upgrade from struts1.0 to 1.2 I think Struts 1.2 stopped supporting template tag, if you are using template tag in your application, you may not be able to run you Struts application any more. I got similar problem

Re: Upgrade from struts1.0 to 1.2

2005-11-09 Thread Yujun Liang
I think Struts 1.2 stopped supporting template tag, if you are using template tag in your application, you may not be able to run you Struts application any more. I got similar problem before. Please check, did you use Template? Regards On 11/9/05, bhas4 <[EMAIL PROTECTED]> wrote: > > Hi, > I'm

Upgrade from struts1.0 to 1.2

2005-11-09 Thread bhas4
Hi, I'm upgrading from Struts 1.0 to 1.2 version, I have followed the steps given in wiki page for upgrading - *Copied all the latest jars *Changed the struts-config.xml to have the 1.2 DTD definition I'm not yet trying to use any of the new features of 1.2, but just want to upgrade to 1.2 versi