Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.6.0
-
None
Description
https://github.com/krasa/wicket-atmosphere-quickstart
run, go to second page, click on link.
from some reason, it makes requests to
http://localhost:8080/wicket/bookmarkable/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-ver-1362607904693.js
instead of: http://localhost:8080/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-ver-1362607904693.js
=>java.lang.ClassNotFoundException: page
I noticed few things:
1) Form cannot be updated, crashes on NPE
2) ugly crash when updated component has not setOutputMarkupId(true);
3) otherwise it seems to work
Attachments
Issue Links
- is duplicated by
-
WICKET-5134 java.lang.NullPointerException at org.apache.wicket.markup.html.form.Form.onComponentTag(Form.java:1520) during Atmosphere eventbus.post() if using WebSockets
- Resolved
- is related to
-
WICKET-4997 Mounted bookmarkable Page not recreated on Session Expiry
- Resolved
- links to