7

-igor


On 2/21/07, Peter Thomas <[EMAIL PROTECTED]> wrote:

What is the default for the maxPageVersions?

On 2/21/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
>
> If you don't need back button support at all, just have all your pages
> (or probably some base page) override isVersioned (or use
> setVersioned) and let it return false. Wicket will not record changes
> then, and your URLs between what otherwise would have been versions
> keep stable.
>
> Also, set IPageSettings#setMaxPageVersions to 1 and it is best to use
> the HttpSessionStore.
>
> Eelco
>
>
> On 2/21/07, Jesse Barnum <[EMAIL PROTECTED]> wrote:
> > Sorry for the dumb question, but I don't see any overview
> > documentation talking about models and serialization in the API. Is
> > there any way to not have to serialize objects in a model? I don't
> > need support for back button / undo / etc. I have some objects that
> > cannot be serialized which need to be displayed in a ListView, and
> > when I try to modify the contents of the ListView, it causes
> > exceptions because it automatically tries to serialize everything
> > which I call modelChanging().
> >
> > Is there a setting I can change somewhere to run everything in memory?
> >
> > --Jesse Barnum, President, 360Works
> > http://www.360works.com
> > (770) 234-9293
> >
> >
> >
> >
> -------------------------------------------------------------------------
> > 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
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
> -------------------------------------------------------------------------
>
> 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
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to