Let's say I have this code on a page:

add(new Label("label1", new Model() {
   public Object getObject(Component c) {
      // Return some interesting string...
   }
});

add(new Label("label2", new Model() {
   public Object getObject(Component c) {
      // Return some other interesting string...
   }
});

will the page be serialized into two sperate bytestreams? And if
that's the case, when the page is recreated, will each model be
looking at a different page instance?


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to