Dynamic Page Redirection

2007-12-01 Thread Franklin Antony

Dear All,
   I have three pages. Page A,Page B,Page C. The use case is as follows

When I click the onSubmit of Page A(has a form) I setResponse to Page B.
Page B already has forms and buttons and many other components in it. Now on
Page B i want to dynamically redirect to Page C under certain situations. To
make the whole story short, I want to bypass Page B(it shouldnt render) and
go to Page C.

I tried out RequestCyle.redirectTo and also call setResponsePage but didnt
work. Could someone please help?

Thanks,
Franklin.
-- 
View this message in context: 
http://www.nabble.com/Dynamic-Page-Redirection-tf4928005.html#a14104658
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: Dynamic Page Redirection

2007-12-01 Thread Franklin Antony

Thanks.
Perfect and working fine.


Regards,
Franklin.



Franklin Antony wrote:
 
 Dear All,
I have three pages. Page A,Page B,Page C. The use case is as follows
 
 When I click the onSubmit of Page A(has a form) I setResponse to Page B.
 Page B already has forms and buttons and many other components in it. Now
 on Page B i want to dynamically redirect to Page C under certain
 situations. To make the whole story short, I want to bypass Page B(it
 shouldnt render) and go to Page C.
 
 I tried out RequestCyle.redirectTo and also call setResponsePage but didnt
 work. Could someone please help?
 
 Thanks,
 Franklin.
 

-- 
View this message in context: 
http://www.nabble.com/Dynamic-Page-Redirection-tf4928005.html#a14105934
Sent from the Wicket - User mailing list archive at Nabble.com.


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