Re: Page Expired issue

2007-11-08 Thread Joshua Jackson
Sorry Igor, But how do I do this in my WebApplication class? Thanks On 11/9/07, Igor Vaynberg [EMAIL PROTECTED] wrote: extend your webapp's session timeout? -igor -- What you want today, may not exist tommorrow Blog: http://joshuajava.wordpress.com/

Re: Page Expired issue

2007-11-08 Thread Igor Vaynberg
this is part of servlet config, youd do it in web.xml -igor On Nov 8, 2007 10:12 PM, Joshua Jackson [EMAIL PROTECTED] wrote: Sorry Igor, But how do I do this in my WebApplication class? Thanks On 11/9/07, Igor Vaynberg [EMAIL PROTECTED] wrote: extend your webapp's session timeout?

Re: Page Expired issue

2007-11-08 Thread Joshua Jackson
OK Igor. Sorry, I though I write it in my WebApplication class :) Thanks On 11/9/07, Igor Vaynberg [EMAIL PROTECTED] wrote: this is part of servlet config, youd do it in web.xml -igor -- What you want today, may not exist tommorrow Blog: http://joshuajava.wordpress.com/

Enable and Disable using Ajax

2007-11-08 Thread Toscano
Hello, I found some questions related to this topic, but I couldn't make it to work. I have two dropdowns, countries and regions. The easy thing is that I load the regions when the country has been selected, and I use AjaxFormComponentUpdatingBehavior for this and works. The thing is that we

<    1   2