Author: hlship
Date: Fri Nov 11 19:41:16 2005
New Revision: 332726

URL: http://svn.apache.org/viewcvs?rev=332726&view=rev
Log:
TAPESTRY-652: Checkbox does not support FieldLabel

Modified:
    
jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Checkbox.xml
    
jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Checkbox.jwc
    jakarta/tapestry/trunk/status.xml

Modified: 
jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Checkbox.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Checkbox.xml?rev=332726&r1=332725&r2=332726&view=diff
==============================================================================
--- 
jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Checkbox.xml
 (original)
+++ 
jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Checkbox.xml
 Fri Nov 11 19:41:16 2005
@@ -62,6 +62,15 @@
   </tr>
   
   <tr>
+    <td>displayName</td>
+    <td>string</td>
+    <td>in</td>
+    <td>no</td>
+    <td>&nbsp;</td>
+    <td>The user-presentable name for the component, which will be used by a 
&FieldLabel; connected to the component.</td>
+  </tr>
+    
+  <tr>
     <td>disabled</td> <td>boolean</td> <td>in</td> <td>no</td> <td>false</td>
      <td>
        If true, then the checkbox will render as disabled and any input from 
the checkbox

Modified: 
jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Checkbox.jwc
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Checkbox.jwc?rev=332726&r1=332725&r2=332726&view=diff
==============================================================================
--- 
jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Checkbox.jwc 
(original)
+++ 
jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Checkbox.jwc 
Fri Nov 11 19:41:16 2005
@@ -42,6 +42,12 @@
   
   <parameter name="validators"/>
 
+  <parameter name="displayName">
+    <description>
+      The name of the field, which may be used by a FieldLabel.
+    </description>
+  </parameter>
+  
   <parameter name="id" property="idParameter" default-value="id"/>
                  
   <reserved-parameter name="type"/>

Modified: jakarta/tapestry/trunk/status.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=332726&r1=332725&r2=332726&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Fri Nov 11 19:41:16 2005
@@ -63,6 +63,7 @@
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-302">Palette component 
select arrows appear enabled on load</action>
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-359">Localization 
directive cuts trailing space</action>
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-741">PopupLinkRenderer 
overrides wrong method of DefaultLinkRenderer</action>
+      <action type="fix" dev="HLS" fixes-bug="TAPESTRY-652">Checkbox does not 
support FieldLabel</action>
     </release>
     <release version="4.0-beta-12" date="Oct 30 2005">
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-718">Asset injection 
makes assets appear as null inside finishLoad()</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to