• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Line: 130 - freemarker/ext/beans/SimpleMethodModel.java:130:-1

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow. That's a lot of information. It's a good idea to try to narrow down the issue before posting a 500-line stack trace, but I will tell you if you update the Struts JAR file, you should also update all the dependencies at the same time. Different versions of Struts depend on different versions of other libraries. If you only update the Struts JAR you are bound to get a problem when it tries to access an updated dependency.
 
reply
    Bookmark Topic Watch Topic
  • New Topic