Johan,

Thanks for the helpful answer.  I come from a Spring MVC (and Struts
before that) world of request/responses, so I'm mapping what I know to
the world of Pages.  So far, so good. :)

> So the last 10 pages you create (instances of! so 10times a
> MyPage1.class also counts as one page)

Right, this makes sense.  In other words, each use has their own
instance of a Page class (one and only one instance per user).  Would
that be correct?

With detachable models, we're able to bind the backing model object
for just the scope of the request.  Is there anything analogous for
Page instances?  Since Pages are stored in the HTTP Session, can we
attach/detach Page classes as well?

Thanks again for your help,
Seth


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to