This is small thing , but I have seen developer using JSFF readOnly property to set the inputtext or any other GUI element to make it as true.
However ,it is better we do it as ADF BC level.
Double click the attribute that you want to make read only and set updatable to never.
This setting will prevent generation of setter method and attempt to set this will throw ReadOnlyAttrException.
No comments:
Post a Comment