Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:any
Description
Create a new component that will block users interaction when a form has been submitted and will hide when the response as been received. Place holder bug, more info to come.
The blocking progress popup components intent is to block user interaction during form submission. It is assumed the blocking progress popup will be indeterminate in nature and act on the ICEfaces bridge event ice.onBeforeSubmit and ice.onAfterUpdate to control visibility. A new mobi component should be created and have the following characteristics.
The JSF representation of the component would be as follows.
<mobi:submitNotification for="someButton" >
{myActionBean.action}<h:outputText value="Processing" />
</mobi:submitNotification>
<mobi:commandButton id="someButton" actionListener="#
/>