in my jsp i am getting an error as "cannot find the tag library descriptor for "/struts-tag" "
When i am using struts2-core-2.1.6 jar i am not getting this error but when using struts2-core-2.1.8 i am getting the above error
I want to use the latest version
Is there any problem with 2.1.8 jar
What changes shall i make for the program to execute
Kartik Talasu
Ranch Hand
Joined: Aug 21, 2009
Posts: 98
posted
0
Can I know where is your struts.xml file is placed?
1)Place the struts.xml in src folder
2)Clean and build your project
3) Run project.