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.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Judy Guglielmin [ judy.guglielmin ] | Liana Munroe [ liana.munroe ] |
| Reporter | Judy Guglielmin [ judy.guglielmin ] | Liana Munroe [ liana.munroe ] |
| Fix Version/s | 4.1.1 [ 12972 ] | |
| Fix Version/s | 4.1 [ 11375 ] |
| Component/s | Sample Apps [ 10010 ] | |
| Component/s | ACE-Components [ 10050 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #46972 | Wed Jan 13 15:29:07 MST 2016 | liana.munroe | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/clientValidateRequired/clientValidateRequired.xhtml
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/tab/tabset-proxy.xhtml
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableFind.xhtml
|
| Affects Version/s | 4.1 [ 11375 ] |
| Priority | Major [ 3 ] | Trivial [ 5 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #47089 | Thu Feb 04 11:32:06 MST 2016 | ken.fyten | |
| Files Changed | ||||
MODIFY
/icefaces4/branches/icefaces-4.1.1/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/tab/tabset-proxy.xhtml
MODIFY
/icefaces4/branches/icefaces-4.1.1/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/clientValidateRequired/clientValidateRequired.xhtml
MODIFY
/icefaces4/branches/icefaces-4.1.1/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableFind.xhtml
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Updated these showcase demos so that messages from previously viewed demos are not displayed.
ace:dataTable > Find
ace:clientValidateRequired >Overview
ace:tabSet > Proxy