Title: How to force user to press a Button

 

I am not sure whether I understand you. Do you mean you want all other buttons to be disabled until a command button is pressed? There are techniques to do this – but you many want to rethink your problem – for example popping up a confirm dialog box before navigating to the current form.

 

Regards

Yee

 

 

 

 

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, 19 December 2005 2:16 PM
To: [email protected]; [EMAIL PROTECTED]
Subject: AW: 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}">

 

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. ______________________________________________________________________


______________________________________________________________________ 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