Depending on the amount of data holding the state of your page, it should be possible to serialize the state into a query string. Offer a constructor taking a PageParameters argument, so you can recreate the state before rendering the page, when it is called with the portable URL.
Haven't tried this, but should be possible... rjohara wrote: > > It might be better to explain what we are trying to do. We have a > Search page containing a DataTable that is updated via AJAX. We > would like some way of preserving the latest AJAX change so the exact > result set can be reconstructed with a portable URL. If anyone has > any ideas, we'd be very interested. Thanks in advance. > > Ryan > > On Jul 24, 2008, at 1:31 PM, Ryan O'Hara wrote: > >> Is it possible for AJAX changes to be preserved in a portable URL? >> >> Thanks, >> Ryan >> >> >> --------------------------------------------------------------------- >> 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] > > > -- View this message in context: http://www.nabble.com/AJAX-changes-preserved-in-portable-URL-tp18636822p18638089.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]
