Enable/Disable button
AshokCMar 5 2013 — edited Mar 5 2013I 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