aspose file tools
The moose likes Struts and the fly likes struts tag lib Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts tag lib" Watch "struts tag lib" New topic
Author

struts tag lib

vishnu priya
Greenhorn

Joined: Nov 06, 2009
Posts: 13
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
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.


http://javachamp.blogspot.com/2008/07/struts-2-hello-world-example.html
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Use the correct URI: /struts-tags. I can't imagine what the struts.xml would have to do with it.
 
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: struts tag lib
 
Similar Threads
Struts2 Iteator Tag with object in object
Error in building an application using Struts2
Problem of <frameset> tag with struts2
struts2 + jsp problem - ognl.MethodFailedException: Method "setId" failed for object
struts2 jasperreports showing garbage in browser