dion 2004/09/05 08:36:02
Modified: jelly/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt
example.jelly
Log:
failing due to toolTipText not being a table column property
Revision Changes Path
1.6 +2 -2
jakarta-commons/jelly/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly
Index: example.jelly
===================================================================
RCS file:
/home/cvs/jakarta-commons/jelly/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- example.jelly 1 Mar 2004 12:35:18 -0000 1.5
+++ example.jelly 5 Sep 2004 15:36:02 -0000 1.6
@@ -58,8 +58,8 @@
<gridData style="fill_both"/>
- <tableColumn text="Name" width="100" toolTipText="This is the
name column"/>
- <tableColumn text="Age" width="40" toolTipText="This is the
age column"/>
+ <tableColumn text="Name" width="100" />
+ <tableColumn text="Age" width="40" />
<!-- we'd normally use some Java bean model to implement the
next bit -->
<tableItem var="row"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]