I need to display a JQuery confirm box for a form, but I only want the form to display once the form is successfully validated from the Faces Life Cycle. I am using JSF1.2 (legacy project which needs a minor validation tweak).
I used this post: How to implement JQuery confirm dialog with JSF but i believe this will only work with JSF 2 onwards?
Anyone know how to achieve this in JSF1.2?
Appreciate any help
Many thanks