Hello
I've chenged my struts2 2.3.14.x lib to struts2 2.3.15.1 and after that when I run this action (registerInterViewHistory()) it give this error:
I'm using spring4 and hibernate 3 and freemarker-2.3.19.jar and Tomcat7
error:
this is my action
in this jsp there are to actions first action is on form and just updateInterview when click on save button, but another action is on register button and first update interView in IINTERVIEWACTION
after that I've putted newinterview data with this code ( requestMap.put("interview", newInterView); ) to use some fields in another action (newStudentAction) and another jsp (createStudentInterviewed.jsp)
can someone help me please