I think I got it.  Two things, in particular.

jcgarciam pointed out the problematic line.  I wasn't really creating a
detachable model.  So, it wasn't updating dynamically.  Instead Wicket put
the page in the pagestore and updated the page from there.  Once that was
fixed, the page updated upon each browser refresh.

As KingCode pointed out, Bookmarkable pages stores state in the URL. 
Wicket, apparently, doesn't update these pages from the pagestore. These
always updated upon each browser refresh.

Thanks all.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Demystifying-page-serialization-tp2533538p2536347.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to