so you use no-store headers and force the page to reload on
backbutton? because usually when you press back you get the cached
version the browser keeps around.

-igor

On Thu, May 29, 2008 at 5:11 AM, jensiator <[EMAIL PROTECTED]> wrote:
>
> okey.. Has anyone done this. I have a DataView that uses a
> SortableDataProvider so that the dataview can be paged and sortable. The
> dataview is contained in a tabpanel in a TabbedPanel(no Ajax). When I select
> the dataview tabpanel I see the rows. I then select another tab and then
> press backbutton. My grid shows again but it has no rows. The
> SortableProvider.iterator methods runs with value count=0.
> Im not setting any Model in the tabpanel with the Dataview, instead Im
> sending in a UUID  as a constructor parameter in the Panel. I do a Db call
> in my implementation of SortableProvider.iterator to get the collection for
> the UUID.
> Does anyone have any idea of what could be wrong?
> --
> View this message in context: 
> http://www.nabble.com/Sortable-Paging-DataView-inside-a-tabpanel-and-backbutton-tp17534314p17534314.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to