Struts-Hibernate plugin element blocking page,
September 8, 2008 at 8:08 PM
I am writing a struts-hibernate plugin. I wrote a plugin for hibernate and inserted the plugin tag in struts-config.xml. I am getting the error " The requested resource (/strutshibernate) is not available." If I don't insert the plugin statement the page is getting displayed. In case I consider that the struts-config.xml doesnt have strutshibernate as the action path, how was it working when the plugin element <plug-in className="roseindia.net.plugin.HibernatePlugIn"></plug-in> was not entered. Could you please solve this for me.
View All Comments
| View Tutorial