Hi,
I am using 11g, and trying to figure out how i can toggle a <af:inputText> field to readOnly but still retain borders and the graying out effect. I try to toggle the readonly property in a backing bean, but then the input text field looks like an output text field. I also tried to set borders during toggeling but to no effect. I want to make sure I still have the borders and the field is just grayed out. This is helpful for the user of the app.
I was able to find discussions at
1480726 (Re: make read-only attribute bound af|inputText to render as disabled textf ) and (http://blogs.oracle.com/smuenchadf/examples/ 86 Registering a Customized Page Lifecycle as JSF Managed Bean [10.1.3]) which were helpful but seemed too complex for our needs.
Thanks,