Thanks all of you for the suggestions. Well I have implemented this using pageValidate method implementing PageValidateListener interface. Thanks once again to all of you for your valuable response.
Regards, Anjali -----Original Message----- From: Darío Vasconcelos [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 4:02 AM To: Tapestry users Subject: Re: How to call next page without having any listener method in mypage Ron was correct in suggesting to add an @Form and its associated form listener. You can call the submit( ) function of the form from javascript, when you detect -also via javascript, I presume- that the attachment has finished... On 9/22/05, Anjali Abraham <[EMAIL PROTECTED]> wrote: > Actually, I have my 1st page from which I call my 2nd page wherein which > shows the status of attaching files, and once the attachment is done I need > to call another ie 3rd page. Now as my 2nd page is only to show the status > for attaching files, I havnt added any form listener. > I Also tried adding a form listener, but the listener method is not being > invoked. So there is any way I can call my listener method without making a > submit or through any links......???? > > Please help... > > Regards, > Anjali > > -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ron Piterman > Sent: Thursday, September 22, 2005 6:12 PM > To: [email protected] > Subject: Re: How to call next page without having any listener method in > mypage > > Add a form submit listener. > > > ציטוט Anjali Abraham: > > Hi All, > > I have a scenario wherein, I am showing the status of > attaching > > a file in one html, and once the attachment is done, it should show next > > page to me. I don't have any form submit listener method in my 1st page > > which is showing the status, then how can I call next page......??? > > > > Please help, > > Thanks in advance, > > > > Regards, > > Anjali > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- I have enough money to last me the rest of my life, unless I buy something. Jackie Mason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
