> For example think about the ajax tabpanel. That will never work correctly > without pushing somestate > somewhere on the server.
That's true, but still there may be some use cases where the component tree is not changed but the "application wide" state of some domain object is changing that triggers the ajax update of a component. Think of a "Users logged in:" box displaying all active sessions. The box is updated periodically via an ajax call so it displays all the logged in users and the number of visitors. Maybe this needs a new concept - something like a "Poolable" interface for pages that makes the component tree unchangeble in order to allow ajax callbacks. Janos ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
