I really don't get your problem.
You have a submit listener, form listener. each call a method. Optionally you can also use action links which also call listeners.
So

page 1 -> click -> listener -> activate page 2 -> click -> listener -> activate page 3.



ציטוט Anjali Abraham:
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]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to