Hi all,
Is it possible that clicking on one button will make another submit button get clicked?
The "fake" button is form1. The "real" submit button is in form2 and it is hidden by default. Click on the fake button will make the real button get clicked and then hide the fake button.
There is a JSF action associates with this button in form2. Just get form2 submitted won't do the job I need. The button must be clicked to perform some actions.
Thank you in advance.
Is it possible that clicking on one button will make another submit button get clicked?
The "fake" button is form1. The "real" submit button is in form2 and it is hidden by default. Click on the fake button will make the real button get clicked and then hide the fake button.
There is a JSF action associates with this button in form2. Just get form2 submitted won't do the job I need. The button must be clicked to perform some actions.
Thank you in advance.