Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

validation with redirect to specific page

697230Apr 28 2009 — edited Apr 29 2009
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2009
Added on Apr 28 2009
10 comments
1,401 views