Hi All,
I am not able to redirect or forward to another pages
I need to do something like that.
There's a login page with username and password. If the login is
successfull, I need to forward it to page1 else I need to go back to login
page and display error.
I am able to access the request parameters but neither redirect nor forward
works.......

Neither of the following works
- response.sendRedirect("http://localhost:8888/cocoon/";);

- <response:send-redirect location="login-page.xml"/>
- <response:send-redirect url="http://localhost:8888/cocoon/"/>


Can someone help me with that......
Any help will be greatly appreciated...

Thanks in Advance,
Bhavna


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to