I downloaded and installed struts. But I did not get the struts taglib jar file with it. Does anyone know why and
how I can get that? There does not seem to be any obvious answers on google.
Which version of struts you have downloaded ? just try to download struts blank war file... which is good starting point for building application using struts framework.
Thanks
Rahul
sonia pandit
Ranch Hand
Joined: Apr 19, 2008
Posts: 137
posted
0
WHere can I download it from?
Rahul Nair
Ranch Hand
Joined: Dec 01, 2007
Posts: 136
posted
0
hi,
just google it the word "Struts 1 or 2 Blank War".
OR You can download it from "struts.apache.org/download.cgi"
Thanks,
Rahul
sonia pandit
Ranch Hand
Joined: Apr 19, 2008
Posts: 137
posted
0
I am trying to follow an example in a book. The example says to copy over struts.jar to the web-inf/lib directory
of tomcat where the example is installed. There is no struts.jar included with the download of struts.
Not sure which file they are referring to.
Now download the blank-war(.war) file for Struts 2 or the struts-1.3.10-lib.zip file for struts 1 on the page. Extract it and find for the .jar files under the folder.
Copy them to the WEB-INF/lib folder of your project in webapps folder in Tomcat.