Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: 4.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:N/A
Description
It would be nice if ace:menuItem behaved like h:link and h:button does where you could use an "outcome" attribute (instead of the url attribute) as well as f:param's for URL parameters. This would allow it to behave like other vanilla components to, as well as support things like mime-type checking and URL parameters.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Arturo Zambrano [ artzambrano ] | |
| Fix Version/s | 4.2 [ 12870 ] |
| Fix Version/s | 4.3 [ 13096 ] | |
| Fix Version/s | 4.2 [ 12870 ] |
| Assignee | Arturo Zambrano [ artzambrano ] |
| Assignee | Arturo Zambrano [ artzambrano ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #52185 | Thu Dec 21 15:33:54 MST 2017 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menuitem/MenuItemMeta.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menuitem/MenuItem.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menu/BaseMenuRenderer.java
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

r52185: added 'outcome' attribute to ace:menuItem and added support for f:param tags when using it