Re: Help with Form Submission and OnActivate Handler

2009-12-17 Thread Ashwanth Kumar
Thanks Ma, Its working now! Thanks a lot! - Ashwanth On Wed, Dec 16, 2009 at 9:29 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Wed, 16 Dec 2009 13:47:09 -0200, Ashwanth Kumar < > ashwanth.ku...@gmail.com> escreveu: > > > Sorry, >> >> I dont understand. I'm a newbie here.

Re: Help with Form Submission and OnActivate Handler

2009-12-16 Thread Thiago H. de Paula Figueiredo
Em Wed, 16 Dec 2009 13:47:09 -0200, Ashwanth Kumar escreveu: Sorry, I dont understand. I'm a newbie here. So, mind explaining what exactly i've to do? I've onPassivate() with no argument in my page too. Well, I haven't understood your problem, as I never had any problems with Form sub

Re: Help with Form Submission and OnActivate Handler

2009-12-16 Thread Ashwanth Kumar
Sorry, I dont understand. I'm a newbie here. So, mind explaining what exactly i've to do? I've onPassivate() with no argument in my page too. - Ashwanth On Wed, Dec 16, 2009 at 8:56 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Wed, 16 Dec 2009 13:08:59 -0200, Ashwanth K

Re: Help with Form Submission and OnActivate Handler

2009-12-16 Thread Thiago H. de Paula Figueiredo
Em Wed, 16 Dec 2009 13:08:59 -0200, Ashwanth Kumar escreveu: Hello, Hi! I've a small doubt! Why is that, when i've a onActivate (Integer) handler in a page, i'm not able to submit the form to the same page? You need to have an onPassivate() to return the pages's activation context. --

Help with Form Submission and OnActivate Handler

2009-12-16 Thread Ashwanth Kumar
Hello, I've a small doubt! Why is that, when i've a onActivate (Integer) handler in a page, i'm not able to submit the form to the same page? Is there any work around for this? - Ashwanth Kumar