I have a problem with a4j:commandButton and a reredering ...
- by ollie314
The code below show whiche thing that is failing in my appliaction.
It is a quick add information form, fill out the form and submit it add a new entry into a database and synchronize my a databasle.. This is all done with ajax. The first form submission happens correctly but the second one fails to run the desired ActionListener. The second form…