Yeah, and the concept of a session store is new to 1.3 too. If you want to do something like that in 1.2 you should start with a custom session, and patch the setAttribute/ getAttribute methods for your needs. With a bit of creativity you should be able to come a long way, but the refactorings of 1.3 were there for a reason of course.
Eelco On 3/30/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > i think a lot of internal api changed to allow for this to work well. for > example pagemap is now an interface, its not in 1.2. things like that. feel > free to give it a go though, i didnt do that refactor so im not 100% sure of > what im talking about here :) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
