Thanks Markus. Unfortunately this won't compile with 1.3. I've checked the IPageSettings interface and there's no such methods. Its method getVersionPagesByDefault() which returns a boolean is as close as it gets. Other suggestions? :)
Markus Strickler wrote: > > Hi- > > you might want to have a look at > Application.getPageSettings().getMaxPageVersions() and the corresponding > API > docs. > This is also the place to change the number of versions. > > -markus > > Zitat von oliverw <[EMAIL PROTECTED]>: > >> >> As far as I have understood the workings, Wicket maintains one PageMap >> per >> Browser Windows in the Session Store and a number of Page Versions per >> PageMap for every architectural change of said page. The current version >> of >> the page resides in memory while oder versions will be serialized to disk >> into a temp file. >> >> If that's correct, I'm wondering how many versions of the page will >> Wicket >> maintain? Is there a fixed amount? Will there be an unlimited amount of >> versions until the server runs out of temp space? Could someone lighten >> me >> up? :) >> >> -- >> View this message in context: >> http://www.nabble.com/How-many-page-versions-will-exist--tp15285630p15285630.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/How-many-page-versions-will-exist--tp15285630p15286058.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
