mpo 2004/04/21 13:33:30
Modified: src/blocks/forms/java/org/apache/cocoon/forms/formmodel
Union.java
Log:
Mentioned check was easily performed. (thx Tim)
Adding the comment to prevent future surprises here.
Revision Changes Path
1.7 +3 -2
cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/formmodel/Union.java
Index: Union.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/formmodel/Union.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Union.java 20 Apr 2004 22:19:27 -0000 1.6
+++ Union.java 21 Apr 2004 20:33:29 -0000 1.7
@@ -28,7 +28,8 @@
*/
public class Union extends AbstractContainerWidget {
- //TODO: check if this element-name shouldn't have been 'union'?
+ //Note: union instances behave like simple "field" instance with respect
to
+ // XSLT post-processing, the choice of element-name reflects this.
private static final String UNION_EL = "field";
private Widget caseWidget;