
|
If you were logged in you would be able to see more operations.
|
|
From the log: This happens as soon as you hit any of the submit-buttons. The database is
empty but I believe this is entierly a struts problem.
19:56:48,318 INFO [TilesRequestProcessor] Tiles definition factory found for request processor ''.
19:56:48,354 ERROR [DispatchAction] Action[/PhysicalHost/Manage] does not contain method named ''
java.lang.NoSuchMethodException: se.su.it.hostdb.crud.ManagePhysicalHost.(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
at java.lang.Class.getMethod(Class.java:1581)
at org.apache.struts.actions.DispatchAction.getMethod(DispatchAction.java:324)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:264)
at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
at se.su.it.hostdb.crud.ManagePhysicalHost.execute(ManagePhysicalHost.java:20)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
|
|
this was a JavaScript copy&paste bug introduced in one of the other fixes (not-related to this)
|
|