adaptive form || response.sendRedirect(...) not working
I have a login form which is an adaptive form which has two field for user to submit his username & password.
I process the form values and authenticate against a custom database. All this well but response.sendRedirect("...") doesn't redirect ot the next page. I tried hard coding to redirect to this -- response.sendRedirect("http://www.google.com.au"); Still no luck.
Is there a different way to do it in an adaptive form ? I want to redirect user to the 'referer'
/Kanwal
