Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Williams
-
Component/s: None
-
Labels:None
-
Environment:any
Description
The panelConfirmation dialog is used to differ execution of a command button by presenting the user with a confirm or cancel option. Commonly used for delete command to insure the users wants to proceed with execution.
The JSF representation of the component would be as follows:
<mobi:commandButton panelConfirmation="pcId" actionListener="#{myBean.delete}" />
<mobi:panelConfirmation id="pcId" messages="Delete?" acceptLabel="Yes" />
The JSF representation of the component would be as follows:
<mobi:commandButton panelConfirmation="pcId" actionListener="#{myBean.delete}" />
<mobi:panelConfirmation id="pcId" messages="Delete?" acceptLabel="Yes" />
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion