I am a beginner. I would like to know which attribute is executed first when button is clicked.
For example is bean.method called first, than update takes place or update happens first than the method is called?
p:commandButton update="form" actionListener="#{bean.method}"