Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.0.1
-
None
-
None
-
Netbeans 5.5 with tomcat 5.5.17 and all latest struts2 nightly builds
-
Important
Description
Surfing on the Page by quickly clicking Links to actions causes the nullpointerexception.
But if i do exactly the same on lower speed everything is fine.
Its basically the same as this :
http://permalink.gmane.org/gmane.comp.jakarta.struts.user/133688
trace
2006-12-29 13:44:47,093 ERROR components.ClosingUIBean - Could not open template
java.lang.NullPointerException
at org.apache.struts2.components.Form.evaluateExtraParamsServletRequest(Form.java:270)
at org.apache.struts2.components.Form.populateComponentHtmlId(Form.java:224)
at org.apache.struts2.components.UIBean.evaluateParams(UIBean.java:737)
at org.apache.struts2.components.ClosingUIBean.start(ClosingUIBean.java:58)
at org.apache.struts2.views.jsp.ComponentTagSupport.doStartTag(ComponentTagSupport.java:54)
......