I am new to primefaces and
JSF and seriously in need of some help.
I have a panel containing some inputtext fields. Above this panel I have radio buttons and on change of this radio button, I update my form.
The problem is that if I add some text in the input fields and change the radio button, the form is updated and my new values of inputtext fields are lost.
Please suggest what is wrong and how to store the component values during form update.
I am using JSF 2.0 and primefaces 3.3.1
Thanks in advance.