Well, i think everyone had encountered this problem in jsf 2.0:
Input fields hold previous values only if validation failed
I'm asking : did this problem persist with jsf 2.1 and jsf 2.2?
Well, i think everyone had encountered this problem in jsf 2.0:
Input fields hold previous values only if validation failed
I'm asking : did this problem persist with jsf 2.1 and jsf 2.2?
In JSF 2.2 it was introduced a new tag called f:resetValues. See this blog JSF 2.2: Reset input fields on JSF Live for details.