[ 
https://issues.apache.org/jira/browse/WICKET-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vojtěch Krása updated WICKET-5084:
----------------------------------

    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

  was:
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


    
> ClassNotFoundException with Atmosphere on Bookmarkable pages
> ------------------------------------------------------------
>
>                 Key: WICKET-5084
>                 URL: https://issues.apache.org/jira/browse/WICKET-5084
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-atmosphere
>    Affects Versions: 6.6.0
>            Reporter: Vojtěch Krása
>            Assignee: Emond Papegaaij
>
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to