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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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