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" />
Judy given the current implementation of compat panelConfirmation. What is the path of least resistance to make the component work with any Command input component?
The client has requested that the confirmation should also be assgnable to menutItem in a menuBar, see
MOBI-151