How to change ADF button change dynamically with different functions
873488Oct 24 2012 — edited Oct 25 2012Dear All,
Jdeveloper version: 11.1.1.5.0
weblogic 10.3
My UserCase is like this,
I would like change button dynamically "Disable" to "Enable" .
When the user click "Enable" button , the button execute "enable" method from the backing bean after that change as "Disable" button .
when the user click again "Disable" button, it's execute "disable" method from the backing bean after that change as "Enable" button dynamically.
Please help to me how to tackle this issue as well as refer to me useful blog links.
Best Regards
KT