Title: How to force user to press a Button

If you are talking about forcing a form submit on ValueChangeEvent, then you can set the onclick attribute to In you baking bean you can setup a ValueChangeListener to act on the event. Something like:

 

<h:selectBooleanCheckbox valueChangeListener="#{myBean.doSomething}">

 

Regards,

Yee

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, 16 December 2005 9:51 PM
To: [email protected]
Subject: How to force user to press a Button

 

Hi!
Is it possible to force the user to press a special Commandbutton after a ValueChangeEvent (depending on the result of this Event)

The CommandButton has no required attribute, so I don't know how to solve that problem.

Any suggestions?

Regards
Andy


______________________________________________________________________ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify your system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. ______________________________________________________________________

Reply via email to