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!

Enable/Disable button

AshokCMar 5 2013 — edited Mar 5 2013
I have two view objects and a view link associated with them. On the UI page, the linked source VO data collection is displayed as af form layout with navigation buttons - Next, Previous. There is another button - "Read More",when clicked will display additional information. It is a popup with just one field (output text) from linked destination VO. When navigating the records in the Form layout on the UI page, I have to now enable or disable "Read More" button based on whether I have a value in the field that I am displaying in the popup.

I set disable property for "Read More" button as : #{!bindings.readMoreDescriptoin.inputValue ne null}. But, for some reason it is always disabled. I also set the partial trigger property for the "Read More" button to panel form layout component on the UI Page. Am I missing anything else? Please advise.

Thanks
Ashok
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2013
Added on Mar 5 2013
5 comments
419 views