When you create JSF , JSFF page in ADF you have two option.
- Do Not Automatically Expose UI Component
- Automatically Expose UI Component
Let say you selected to Automatically Expose UI Component then each component will automatically have getter and setter in Backing Bean.
If you want to get rid of that behavior in mid development which should be in standard practice from beginning then go to design view of page.
Design –> Page Properties – Component Binding –> Uncheck Auto Bind
Un check this Auto Bind for backing bean.
nice thank you
ReplyDelete