Title: How to force user to press a Button
Hi Yee!
 
No, that's not what I want.
I want to have the following:
A CommandButton, which the user must press, otherwise no other actions are made in the form. So to say I need something similiar than a required attribute for the CommandButton.
Is something like that possible?
 
Regards,
Andy
-----Ursprüngliche Nachricht-----
Von: Yee CN [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 16. Dezember 2005 16:47
An: 'MyFaces Discussion'
Betreff: RE: 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}"immediate="true"/>

 

Regards,

Yee

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, 16 December 2005 9:51 PM
To: users@myfaces.apache.org
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. ______________________________________________________________________


______________________________________________________________________ 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