Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: 4.1.1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ace facesMessages
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
The current ace:messages and ace:growlMessages use the "for" attribute to determine which facesMessages are included in the components.
using "@all" means to use all facesMessages in the application's session. The only other option was the id of a single component (not really that useful as you should probably just use <ace:message> for that). @all includes FacesMessages which survive a redirect.
Create a new option "@inView" to the "for" attribute of both of these components to allow users to specify FacesMessages for only the current view.
using "@all" means to use all facesMessages in the application's session. The only other option was the id of a single component (not really that useful as you should probably just use <ace:message> for that). @all includes FacesMessages which survive a redirect.
Create a new option "@inView" to the "for" attribute of both of these components to allow users to specify FacesMessages for only the current view.
Updated these showcase demos so that messages from previously viewed demos are not displayed.
ace:dataTable > Find
ace:clientValidateRequired >Overview
ace:tabSet > Proxy