ruchikasjsu06,
Struts 1.3 support is available only from the MyEclipse 6.0 GA version and above, so if you want Struts 1.3 option to be displayed in the “Add Struts Capabilities” wizard I’m afraid you will have to upgrade to a higher version than 5.5 GA.
However you can manually configure struts 1.3 libraries in 5.5 GA by following the simple steps mentioned below:
1) Create a new User Library(Window > Preferences > Java > Build Path > User Libraries > New…) and add all the Struts 1.3 libraries to it.
2) When adding Struts Capabilities uncheck both the checkboxes at the bottom that are related to adding JARs and TLDs to your project
3) Once you finish the wizard, select the projetc, select Project > Properties > Java Build Path > Libraries > Add Library… > User Library, and then select the library that contains all the Struts 1.3 libraries and Finish the wizard.
You should be all set then.
Q2 I tried using eclipse 3.4 and myeclipse 7.0 for the project configuration mentioned above, I am getting error “This absolute uri (http://struts.apache.org/tags-bean) cannot be resolved in either web.xml or the jar files deployed with this application”?
Could you please provide us more information on how exactly you set up MyEclipse 7.0 with Eclipse 3.4 and and the steps you followed that resulted in the error you have posted so that we can try and reproduce it?