I have a JSF page with submit/reset/back button the page works fine with one operation on the page If submit is clicked once , it displays the result or error on the same page , but then reset/back/submit when clicked agin there is no action hapeening , the assocaited action function is not getting called at all
same with reset/back button
please advice what approach I should try with
Iam really in a BIG problem thanks
Praful Sinha
Greenhorn
Joined: Jan 25, 2008
Posts: 18
posted
0
Hi Khan
What kind of validation you are using. Please use CV validator component available for jsf.
That will help you out more.
Thanks Praful Sinha.
Tony Smith
Ranch Hand
Joined: Jul 07, 2007
Posts: 224
posted
0
you probably should post the code for the page, backing bean and your faces-config code.