What are the differences between Struts 1.0 and 1.1?
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
posted
0
There are quite a few differences:
1-The validation framework is only available in version 1.1 2-Having different modules in the same application is only available in 1.1 3-There are differences in how you set up the web.xml file and struts-config.xml file.
If at all possible, I'd recommend you use version 1.1 or above.