Hi, Check the docs from 6.x: http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=blob_plain;f=wicket-core/src/main/java/org/apache/wicket/settings/IPageSettings.java;hb=master
On Fri, Mar 30, 2012 at 11:30 PM, sudeivas <[email protected]> wrote: > Hello, > I am just trying to make sense when to version pages and when not > to. > > I found in my application I can do something like, > getPageSettings().setVersionPagesByDefault(false); > as the default value is true. But I am not sure why we need to turn off page > version. I didn't find enough information online for page version in apache > wicket 1.5.3. > > It would be helpful if someone can share information about this. > > I believe I turned off page version some time back because I was getting too > many page expiration issue as you use a distributed session management. But > even though I use setVersionPagesByDefault(false) I still see page > expiration happening in our application. > > Thanks, > Suresh > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Version-Pages-by-default-tp4520432p4520432.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
