I am using Jboss 4.0.2. I was running my application on struts 1 and now decided to go with struts 2 in parallel with struts 1. So after putting all the struts 2 jar in lib and shared lib folders, I updated web.xml for filter dispatcher for struts 2. So now I was trying to test some struts 2 JSP tags in my JSP, but broke when I use "<%@ taglib prefix="s" uri="/struts-tags" %>" in jsp says "org.apache.jasper.JasperException: File "/struts-tags" not found"
Thanks Wes Wannemacher wrote: > > On Wednesday 28 January 2009 10:09:06 SanJ.SANJAY wrote: >> org.apache.jasper.JasperException: File "/struts-tags" not found >> >> In struts 2 distribution, I do not see struts-tags or its .tld . Am I >> missing it or why do I get this error? > > What version of Tomcat are you using? The TLD is in the JAR file. > > -Wes > -- > > Wes Wannemacher > Author - Struts 2 In Practice > Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more > http://www.manning.com/wannemacher > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/Struts-tag---tp21707578p21707972.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org