You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2007/03/30 19:23:45 UTC

svn commit: r524187 - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tags/formControls.xml

Author: crogers
Date: Fri Mar 30 10:23:44 2007
New Revision: 524187

URL: http://svn.apache.org/viewvc?view=rev&rev=524187
Log:
Fixed a broken link.


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tags/formControls.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tags/formControls.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tags/formControls.xml?view=diff&rev=524187&r1=524186&r2=524187
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tags/formControls.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tags/formControls.xml Fri Mar 30 10:23:44 2007
@@ -147,7 +147,7 @@
             <p> The <code>&lt;netui:checkBoxGroup></code> creates a group of boolean values.  Multiple
                 values may be selected at one time.  The natural type for the <code>dataSource</code>
                 is a <code>java.lang.String[]</code>.  Each <code>&lt;netui:checkBoxOption></code> contains a
-                value that will be posted back if the item is selected.  See the <a href="#checkBoxOption">
+                value that will be posted back if the item is selected.  See the <a href="#CheckBoxOption">
                 CheckBoxOption</a> for more information on how options are specified. In addition,
                 the repeating version of the &lt;netui:checkBoxGroup> is covered in the advanced topic
                 on <a href="site:pageflow_tag_repeating_checkboxgroup">Repeating CheckBoxGroup</a>.