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!

Change component "rendered" property from button ActionEvent

celebonchoNov 27 2015 — edited Nov 28 2015

Oracle Jdeveloper 11g Release 2.

Hi.

I need by using the button to change the property "rendered" in two forms on the page.

When you start the application was active RO form, after clicking on the "Edit form" button, the form was replaced by a EDIT form (RO form - rendered = false, and EDIT form - rendered = true).

And after we push the button "commit", the form is again read (RO form - rendered = true, and EDIT form - rendered = false).

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 26 2015
Added on Nov 27 2015
6 comments
520 views