hi,
we are implementing the reset listener and its working properly. but when i am implementing the validations and converters the reset button is not clear the values. in the bean the property is null. but the page is not rendering the updated value.
actually i have alternative solution like we can use binding attribute
binding=${” myBean.propertyName”};
we need to write in the reset method like this
propertyName.setSubmittedValue(null);
i dont want to do like this. because its a big prpcess
can u please help me to come out of this problem .
advance thanks