Hi,
Need assistance to the problem with selectOneMenu behaviour.

I had .xhtml which accepts the details about the 'app' model.

The 'referenceData' bean will provides the values to 'app:Status' selectOneMenu.The default value is 'enable' for the app:Status,Even i change the value to 'disable'.

If any validation fails while validating the other properties of 'app' model the selectOneMenu(app:status) value will be reset back to the initial index( i mean the new value will changed back to the old value -- From Disable to Enable).