error: The value of "Rendered" property for component "XXX"is invalid
Hi All,
I am trying to achieve PPR , in OAF page.
My requirement is ,
1)There will be a button 'GO' , clicking which , a VO should get executed and show the result in a Table Region .But in addition to that,this table region contatains a check box and a LOV field , which are not going to be mapped with the VO.
2)when the VO result gets published in the Table region , initially the check box should be unchecked and the LOV field should be dissabled or not visible.
Now upon clicking the check box the LOV field should enable and then i should be able to search from the LOV.