Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ACE
Description
f:ajax is an example of a TagHandler that has a behaviorId, but that doesn't extend BehaviorHandler. We need to augment the generator to support this combination, for our own ace:ajax.
Issue Links
- blocks
-
ICE-8258
Re-architect ace:ajax
-
- Closed
-
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29524 | Mon Jun 18 04:11:31 MDT 2012 | mark.collette | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/TagHandlerArtifact.java
MODIFY
/icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/xmlbuilder/FacesConfigBuilder.java
MODIFY
/icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/TagHandler.java
|
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 3.1.0.RC1 [ 10337 ] | |
| Assignee | Mark Collette [ mark.collette ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 3.1 [ 10312 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Added the mapping between the behaviorId and behavior class to the faces-config.xml generating code, for when we have a TagHandler that has a behaviorId and behavior class. This way Application.createBehavior(String behaviorId) will still work. Also generate a static field in the generated Base java class with the behaviorId, for feeding into Application.createBehavior
.
trunk
Subversion 29524