Ajax and immediate attribute problem
Hello,
I have a form with submit and cancel buttons, all Ajax (ajax4jsf).
If after submit there was a validation error the form fields does not rerender.
I use the immediate="true" attribute on the cancel button - I know this attribute is problematic.
From searches I made the only way I found to solve this problem is by refreshing the page, but I use Ajax so I will not have to refresh my page.
This is bugging my for sometime now.
Is there a solution?
Thanks

