Re: page expire / ajax error

2011-10-19 Thread Igor Vaynberg
://apache-wicket.1842946.n4.nabble.com/page-expire-ajax-error-tp3915594p3915594.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: page expire / ajax error

2011-10-18 Thread Martin Grigorov
wicket 1.5). I've tried this over and over and it's not a fluke. Anyone have any idea what's going on? My best guess is that somehow Tomcat is misconfigured (I'm starting it embedded)? But how might that be? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/page

Re: page expire / ajax error

2011-10-18 Thread manuelbarzi
://apache-wicket.1842946.n4.nabble.com/page-expire-ajax-error-tp3915594p3915594.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: page expire / ajax error

2011-10-18 Thread Jonathan Locke
Yes, that's exactly it. Some weirdness with Tomcat sessions colliding (although not resetting). I have a workaround for now... I simply mount each application on a separate path and it all works. Strange. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/page-expire

Page Expire

2009-06-23 Thread srinivas
Hi, After how much time will we get the page expire in wicket . Please give me the replay if any one know this . Thanks in advance. Regards, Srinivasa Raju CH. Get your world in your inbox! Mail, widgets, documents, spreadsheets, organizer and much more with your Sifymail WIYI id! Log

Re: Page Expire

2009-06-23 Thread Dipu
isn't it container specific ? On Tue, Jun 23, 2009 at 10:57 AM, srinivassrinivas.r...@sifycorp.com wrote: Hi, After how much time will we get the page expire in wicket . Please give me the replay if any one know this . Thanks in advance. Regards, Srinivasa Raju CH. Get your world

Re: Page Expire

2009-06-23 Thread vineet semwal
the page expire in wicket . Please give me the replay if any one know this . Thanks in advance. Regards, Srinivasa Raju CH. Get your world in your inbox! Mail, widgets, documents, spreadsheets, organizer and much more with your Sifymail WIYI id! Log on to http://www.sify.com

Re: Page Expire

2009-06-23 Thread srinivas
the page expire in wicket . Please give me the replay if any one know this . Thanks in advance. Regards, Srinivasa Raju CH. Get your world in your inbox! Mail, widgets, documents, spreadsheets, organizer and much more with your Sifymail WIYI id! Log on to http://www.sify.com

RE: Page Expire

2009-06-23 Thread Ames, Tim
@googlemail.com] Sent: Tuesday, June 23, 2009 6:12 AM To: users@wicket.apache.org Subject: Re: Page Expire show your code or quickstart would be helpful On Tue, Jun 23, 2009 at 11:09 AM, srinivassrinivas.r...@sifycorp.com wrote: Hi, I am not asking about the session-timeout , i have given session

Re: Page Expire

2009-06-23 Thread Jeremy Thomerson
, 2009 at 3:31 PM, Dipu dipu@googlemail.com wrote: isn't it container specific ? On Tue, Jun 23, 2009 at 10:57 AM, srinivassrinivas.r...@sifycorp.com wrote: Hi, After how much time will we get the page expire in wicket . Please give me the replay if any one know this . Thanks

Re: Page Expire

2009-06-23 Thread Erik van Oosten
Hello Srinivasa, You control the amount of storage that is available. Please look at the javadoc of DiskPageStore. Override the defaults by overriding WebApplication#newSessionStore(). Regards, Erik. srinivas wrote: Hi, After how much time will we get the page expire in wicket

page expire

2009-04-08 Thread srinivas
Hi, * How to make the page expire when the user click the browser back button in wicket.* Regards, Srinivasa Raju CH. Get your world in your inbox! Mail, widgets, documents, spreadsheets, organizer and much more with your Sifymail WIYI id! Log on to http://www.sify.com

page expire url

2008-10-16 Thread itayh
Hi all, Is there any way I can control the page expire url? I am using ajax self updating and when the page expire for some reason it turns into host:port/myapp/;jsessionid=9A04D7E548899E5E36381E6AEBCAD1AE?wicket:bookmarkablePage=:org.apache.wicket.markup.html.pages.PageExpiredErrorPage I need

Re: page expire url

2008-10-16 Thread Piller Sébastien
I've the same requirement, and til now I didn't find any solution. PageExpired means the session is dead, so you have lost any information of the user. Maybe some core developpers may have a solution? itayh a écrit : Hi all, Is there any way I can control the page expire url? I am using

Re: page expire url

2008-10-16 Thread Francis De Brabandere
. Maybe some core developpers may have a solution? itayh a écrit : Hi all, Is there any way I can control the page expire url? I am using ajax self updating and when the page expire for some reason it turns into host:port/myapp/;jsessionid=9A04D7E548899E5E36381E6AEBCAD1AE

Re: page expire url

2008-10-16 Thread Piller Sébastien
yep, but it isn't dynamic... Francis De Brabandere a écrit : getApplicationSettings().setPageExpiredErrorPage(Page.class); - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: page expire url

2008-10-16 Thread Igor Vaynberg
can control the page expire url? I am using ajax self updating and when the page expire for some reason it turns into host:port/myapp/;jsessionid=9A04D7E548899E5E36381E6AEBCAD1AE?wicket:bookmarkablePage=:org.apache.wicket.markup.html.pages.PageExpiredErrorPage I need it to be url that i can

Page Expire

2008-04-16 Thread xdirewolfx
: http://www.nabble.com/Page-Expire-tp16722304p16722304.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]

Re: Page Expire

2008-04-16 Thread Igor Vaynberg
when user did not touch a particular page for a while, it will get expired. What is the best way to work around this in ajax based web app in wicket? -- View this message in context: http://www.nabble.com/Page-Expire-tp16722304p16722304.html Sent from the Wicket - User mailing list

Re: Need to redirect to the current page upon a page expire - how??

2008-02-21 Thread Chris Lintz
upon every page request. (atleast it seems to me there should be a framework solution for this). thanks for any ideas chris -- View this message in context: http://www.nabble.com/Need-to-redirect-to-the-current-page-upon-a-page-expire---how---tp15602103p15602103.html Sent from

Re: Need to redirect to the current page upon a page expire - how??

2008-02-21 Thread Igor Vaynberg
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Need-to-redirect-to-the-current-page-upon-a-page-expire---how

Need to redirect to the current page upon a page expire - how??

2008-02-20 Thread Chris Lintz
to me there should be a framework solution for this). thanks for any ideas chris -- View this message in context: http://www.nabble.com/Need-to-redirect-to-the-current-page-upon-a-page-expire---how---tp15602103p15602103.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Need to redirect to the current page upon a page expire - how??

2008-02-20 Thread Maurice Marrink
this message in context: http://www.nabble.com/Need-to-redirect-to-the-current-page-upon-a-page-expire---how---tp15602103p15602103.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail