[ 
https://issues.apache.org/jira/browse/WICKET-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030840#comment-13030840
 ] 

Martin Grigorov commented on WICKET-3677:
-----------------------------------------

This looks like completely JQuery Mobile problem.
The error message that you see in Wicket Ajax Debug console comes from 
JQueryMobile.
There are many threads in JQueryMobile's forum:
http://forum.jquery.com/topic/wish-listview-refresh-would-go-away
http://forum.jquery.com/topic/dynamically-generated-listview
http://forum.jquery.com/topic/dynamically-add-items-to-a-list
....

It seems you don't use the JQM component properly. You have assigned it to a 
<table> while in the forums they say you should use <ul>.
I haven't used JQM but this problem is definitely not Wicket.

> Wicket Ajax jQuery Mobile subpage update
> ----------------------------------------
>
>                 Key: WICKET-3677
>                 URL: https://issues.apache.org/jira/browse/WICKET-3677
>             Project: Wicket
>          Issue Type: Test
>          Components: wicket-core
>         Environment: windows 7
>            Reporter: Scott Reed
>            Priority: Minor
>         Attachments: AjaxSubpageUpdate.zip
>
>
> I need help figuring out how to get Wicket to work with jQuery Mobile 
> subpages. The attached quickstart shows what I am trying to do. Selecting an 
> item in the list should take the user to a subpage populated with details 
> depending on the selected list item. Instead the subpage is not updated.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to