| Author |
/struts-tags not found exception in struts2
|
Hrishikesh Maluskar
Ranch Hand
Joined: Jun 19, 2008
Posts: 114
|
|
does anyone know why do we get the following exception in struts2
org.apache.jasper.JasperException: File "/struts-tags" not found
|
SCJP 1.5
www.licexpadvice.com
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
|
Did you include the Struts library jar files in your application (inside the WEB-INF/lib folder)??
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
Hrishikesh Maluskar
Ranch Hand
Joined: Jun 19, 2008
Posts: 114
|
|
yes i have included the following jar files
commons-logging-1.1
freemarker-2.3.8
ognl-2.6.11
struts2-core-2.0.6
xwork-2.0.1
|
 |
nobeltr ozgur
Greenhorn
Joined: Sep 20, 2009
Posts: 14
|
|
did you add this defintion on jsp page
|
 |
 |
|
|
subject: /struts-tags not found exception in struts2
|
|
|