Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC2
-
Fix Version/s: 3.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
The facelet taglib is being generated using only the field name from the Meta class as the name of the attribute of the tag. This is not a problem in most cases, but some attribute names have a different field variable name in the Meta class in order to avoid conflicts with Java's 'for' keyword. In these cases, the 'name' attribute of the @Property class should be used as the name of the tag attribute when generating the facelet taglib file. This behavior already exists in the generation of the tlddoc file.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27424 | Thu Jan 26 17:01:57 MST 2012 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/xmlbuilder/FaceletTagLibBuilder.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27433 | Thu Jan 26 17:59:22 MST 2012 | ken.fyten | |
Files Changed | ||||
MODIFY
/icefaces3/tags/icefaces-3.0.0/icefaces/ace/generator/src/org/icefaces/ace/generator/xmlbuilder/FaceletTagLibBuilder.java
|
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed at revision 27424.