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 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]