0

I'm newbie in jsf/primefaces and I'm having a problem:

I have an input text value that is not being updating after clearing it. Example: the input has value="abc", I clear it, then when I subimit form the input value is still "abc"

                        <p:commandButton icon="ui-icon-save">
                            <p:ajax event="click" process="@this"
                                update="@this"
                                listener="#{myBean.save()}" />
                        </p:commandButton>
Jasper de Vries
  • 16,868
  • 6
  • 60
  • 93
fco
  • 11
  • 2
  • Have a look at https://stackoverflow.com/questions/25339056/understanding-primefaces-process-update-and-jsf-fajax-execute-render-attributes – Jasper de Vries Dec 14 '21 at 18:36

0 Answers0