File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Which files to replace for upgrading application from struts 1.1 to struts 1.2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Which files to replace for upgrading application from struts 1.1 to struts 1.2" Watch "Which files to replace for upgrading application from struts 1.1 to struts 1.2" New topic
Author

Which files to replace for upgrading application from struts 1.1 to struts 1.2

Gaurav Chhabras
Ranch Hand

Joined: Sep 21, 2005
Posts: 126
Hi

I am new to struts and make a small application using struts 1.1 , now want to upgrade my application to struts 1.2.

Which all files should i replace to convert my project to struts 1.2 from struts 1.1.

Thanks
Gaurav
Merrill Higginson
Ranch Hand

Joined: Feb 15, 2005
Posts: 4864
Replace all the files that come in the /lib directory when you download Struts. Then change the DTD that is referenced in your struts-config.xml file. If you're using the validation framework, you may need to change the referenced DTD in the xml files required by validation as well.

You shouldn't have to modify anything in your code. Some things are deprecated, but they are still supported.


Merrill
Consultant, Sima Solutions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Which files to replace for upgrading application from struts 1.1 to struts 1.2
 
Similar Threads
Using Struts 1.2 in WSAD v5.1.1? Please help
Does WSAD5.0 support Struts1.1 and 1.2
Setting up JDBC for Struts 1.2
RichFaces with Seam and Websphere
Where can i download struts 1.1? Only 1.2 available in Apache now.