i am using Netneans6.8 if i use "s:submit" its displays error like --- unable to load tag handler class "org.apache.struts2.views.jsp.ui.SubmitTag" for tag "s:submit" i have added all necessary jar files.. so what may the reason for the error.
views:
106answers:
1
+1
Q:
unable to load tag handler class "org.apache.struts2.views.jsp.ui.SubmitTag" for tag "s:submit"
A:
Strut2 tags comes with
struts2-core-2.0.14.jar
file if you have it then did you added the stuts taglib to your jsp??
<%@ taglib prefix="s" uri="/struts-tags" %>
Vinayak.B
2010-01-27 11:08:07
yes i added that tag already. but still showing that error.. so what may b the issue?
Niru...
2010-01-27 12:42:16
yes i added that tag already. but still showing that error.. so what may b the issue? –
Niru...
2010-01-27 12:44:07
thanks 4 ur hepl..
Niru...
2010-02-03 07:40:06