> Ah, missed this email. Where does PageState go in the whole?

It's just a utility class for persisting the state of a page. For example:

String myPostParam = new PageState(this).getString();

to serialize a page on a web form or

new PageState(myPostParam).populatePage(this);

to get the page back.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to