Re: [Wicket-user] Re: Page expiration

2006-02-04 Thread Mark Derricutt
On 2/5/06, Johan Compagner <[EMAIL PROTECTED]> wrote: dont know about 3 need to see some example for thatIt seems to add the first component but dies on subsequent ones.  Looking at the generated markup I see: 848span>Here the id is being set to the wicke

[Wicket-user] Re: Page expiration

2006-02-04 Thread Johan Compagner
first areyou sure that the sidebar uses cookies so that we know the session? does the ajax work in a normal tab main webpage? that opening looks like a thing of firefox dont know about 3 need to see some example for that On 2/4/06, Mark Derricutt <[EMAIL PROTECTED]> wrote: > Hey all, > > I've st

Re: [Wicket-user] Re: Page Expiration

2005-11-02 Thread Eelco Hillenius
I wasn't too impressed by WADI's progress to be honest. Seems to be yet another dead project. Eelco On 11/1/05, Dan Gould <[EMAIL PROTECTED]> wrote: > Thanks Eelco-- > > For anyone else who is looking, the param in web.xml is > > TIME_IN_MINUTES > > > if you set it to <0, it will never

[Wicket-user] Re: Page Expiration

2005-11-01 Thread Dan Gould
Thanks Eelco-- For anyone else who is looking, the param in web.xml is TIME_IN_MINUTES if you set it to <0, it will never expire session, but I assume that memory will quickly become an issue. In Tomcat, it looks like there's an optional Store called org.apache.catalina.session.Pers