validation with redirect to specific page
697230Apr 28 2009 — edited Apr 29 2009Hi All,
I was looking validation with redirect to specific page.
I have validation under Page Processing section of the page definition. Now I want to set, if the validation is true I want to redirect to specific page(say eg. page 2) without doing any of the pl/sql processes or otherwise pl/sql process should execute.
something like this:-
if(validation is true)
redirect to specific page
else
pl/sql processes
I have done with the validation which checks as per my req. and displays me Error Message but now I want to redirect without doing anything further.
How to achieve it any idea??
Thanks
Deep