Monday, September 12, 2011

ADF JSF : Stopping Auto Binding in backing Bean

 

When you create JSF , JSFF page in ADF you have two option.

- Do Not Automatically Expose UI Component

- Automatically Expose UI Component

image

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

image

Un check this Auto Bind for backing bean.

image

1 comment: