Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta2
-
Fix Version/s: 2.0.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:sparkle
Description
In org.icefaces.component.baseMeta.UIMessageMeta, the forValue property is called "forValue" when it should be called "for", but can't because that's a Java reserved word. Facet solves this problem by having a name field. Property should copy the name field concept, and the generator should be modified to support it, which would allow:
@Property(name="for")
private String forValue;
@Property(name="for")
private String forValue;
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Security | Private [ 10001 ] |
| Salesforce Case | [] | |
| Affects Version/s | 2.0-Beta2 [ 10242 ] | |
| Affects Version/s | 2.0-Beta1 [ 10231 ] |
| Salesforce Case | [] | |
| Fix Version/s | 2.0.0 [ 10230 ] |
| Component/s | ACE-Components [ 10050 ] | |
| Component/s | Components [ 10012 ] |
| Salesforce Case | [] | |
| Assignee | Greg Dick [ greg.dick ] |
| Assignee Priority | P2 |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23394 | Wed Dec 08 15:51:45 MST 2010 | greg.dick | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/ace/generator/src/org/icefaces/component/annotation/Property.java
MODIFY
/icefaces2/trunk/icefaces/ace/generator/src/org/icefaces/generator/utils/PropertyValues.java
MODIFY
/icefaces2/trunk/icefaces/ace/generator/src/org/icefaces/generator/context/ComponentContext.java
MODIFY
/icefaces2/trunk/icefaces/ace/generator/src/org/icefaces/generator/artifacts/ComponentArtifact.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Security | Private [ 10001 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 |

tabSetController has a For property