Skip to Main Content

Java Development Tools

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 only on save (submit) button press

622758Sep 12 2008 — edited Sep 15 2008
Hello everyone,

I have a simple question to ask. I have a create form with serveral required fields and some dependant drop downs. When I select a value in one drop down the form autosubmits and triggers the field validation which immediately displays an error. I do not want this to happen as the user has not attempted to save the record, is there a way to bypass the validation until the save button is pressed?

I tried to set immediate=true for the drop down but this does not work. (Works fine for buttons)

Cheers,

Peter
This post has been answered by avrom on Sep 15 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2008
Added on Sep 12 2008
5 comments
900 views