upgrade from Struts 1.0.2

2005-09-29 Thread Bob Paige
I am trying to upgrade an old Struts 1.0.2 application to a current 
version of Struts, but I'm finding some classes are not available:

- org.apache.struts.action.ActionMappings
- org.apache.struts.action.Action.ERROR_KEY
- org.apache.struts.digester.Digester
- org.apache.struts.digester.Rule
- org.apache.struts.util.BeanUtils
- org.apache.struts.util.PropertyUtils

Also, the 'getName()' method is no longer available on 
org.apache.struts.taglib.html.FormTag.


I tried looking through the mail archives for the past three years but 
didn't see any mention of these classes being removed. I suppose I could 
try opening all releases between 1.0.2 and the current one, looking for 
differences, but an emailed seemed quicker :)


Thanks for any pointers or help that can be offered.

--
Bobman


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.8/114 - Release Date: 9/28/2005

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: upgrade from Struts 1.0.2

2005-09-29 Thread Ainbinder Marina
Same is here. I am trying to upgrade from 1.1 to 1.2.4, but can not find
any documentation.
Some guidelines would be very helpful.

Thanks.

-Original Message-
From: Bob Paige [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 29, 2005 4:20 PM
To: user@struts.apache.org
Subject: upgrade from Struts 1.0.2


I am trying to upgrade an old Struts 1.0.2 application to a current 
version of Struts, but I'm finding some classes are not available:
- org.apache.struts.action.ActionMappings
- org.apache.struts.action.Action.ERROR_KEY
- org.apache.struts.digester.Digester
- org.apache.struts.digester.Rule
- org.apache.struts.util.BeanUtils
- org.apache.struts.util.PropertyUtils

Also, the 'getName()' method is no longer available on 
org.apache.struts.taglib.html.FormTag.

I tried looking through the mail archives for the past three years but 
didn't see any mention of these classes being removed. I suppose I could

try opening all releases between 1.0.2 and the current one, looking for 
differences, but an emailed seemed quicker :)

Thanks for any pointers or help that can be offered.

-- 
Bobman


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.8/114 - Release Date:
9/28/2005

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


__
This e-mail has been scanned by Arbitron's Email Content Service.
__

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: upgrade from Struts 1.0.2

2005-09-29 Thread Wendy Smoak

From: Ainbinder Marina [EMAIL PROTECTED]


Same is here. I am trying to upgrade from 1.1 to 1.2.4, but can not find
any documentation.
Some guidelines would be very helpful.


http://wiki.apache.org/struts/StrutsUpgrade

Also check the release notes: 
http://struts.apache.org/userGuide/release-notes.html
(Follow the link in the first paragraph back until you get to the version 
you need.)


HTH,
--
Wendy Smoak 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: upgrade from Struts 1.0.2

2005-09-29 Thread Ainbinder Marina
Thanks a lot!

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 29, 2005 4:39 PM
To: Struts Users Mailing List
Subject: Re: upgrade from Struts 1.0.2


From: Ainbinder Marina [EMAIL PROTECTED]

 Same is here. I am trying to upgrade from 1.1 to 1.2.4, but can not 
 find any documentation. Some guidelines would be very helpful.

http://wiki.apache.org/struts/StrutsUpgrade

Also check the release notes: 
http://struts.apache.org/userGuide/release-notes.html
(Follow the link in the first paragraph back until you get to the
version 
you need.)

HTH,
-- 
Wendy Smoak 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


__
This e-mail has been scanned by Arbitron's Email Content Service.
__

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: upgrade from Struts 1.0.2

2005-09-29 Thread Bob Paige

Wendy Smoak wrote:


From: Ainbinder Marina [EMAIL PROTECTED]


Same is here. I am trying to upgrade from 1.1 to 1.2.4, but can not find
any documentation.
Some guidelines would be very helpful.



http://wiki.apache.org/struts/StrutsUpgrade

Also check the release notes: 
http://struts.apache.org/userGuide/release-notes.html
(Follow the link in the first paragraph back until you get to the 
version you need.)


HTH,


Thanks. This seems to address most of my questions, but I don't see any 
reference to a replacement for ActionMappings. I'll start working 
through my code with the newer libraries and dependencies (i.e. the 
digester was moved to a separate library) and maybe the ActionMappings 
thing will become more apparent.


This was a much quicker response than I anticipated!

--
Bobman


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.8/114 - Release Date: 9/28/2005

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: upgrade from Struts 1.0.2

2005-09-29 Thread Greg Reddin

On Sep 29, 2005, at 4:33 PM, Bob Paige wrote:

This was a much quicker response than I anticipated!


You'd be surprised how many people are trying to upgrade from 1.0.2 :-)

Greg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]