[pb] single html with multiple data role page

[pb] single html with multiple data role page

Hi,

I have single document "list.php" wich generate a multiple data role pages.

When I load list.php directly it's ok. I can navigate into my multiple pages, so the multiple page structure is ok.

But if I load list.php from a page that was loaded via ajax, it doesn't work and load the last (data-role page) in list.php

List.php is link via  a form :
  1. <form action="list.php" rel="external" data-ajax="false"  method="put">
I have no ideas....