You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/12/16 21:04:54 UTC

svn commit: r487871 - in /tapestry/tapestry4/trunk: src/site/xdoc/components/form/select.xml tapestry-framework/src/java/org/apache/tapestry/form/Select.jwc

Author: jkuhnert
Date: Sat Dec 16 12:04:53 2006
New Revision: 487871

URL: http://svn.apache.org/viewvc?view=rev&rev=487871
Log:
Updated select component docs by removing the translator parameter - which isn't actually a parameter of Select at all.

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/form/select.xml
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Select.jwc

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/form/select.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/select.xml?view=diff&rev=487871&r1=487870&r2=487871
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/select.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/select.xml Sat Dec 16 12:04:53 2006
@@ -115,22 +115,6 @@
                         </td>
                     </tr>
                     <tr>
-                        <td>translator</td>
-                        <td>
-                            <a
-                                href="../../tapestry/apidocs/org/apache/tapestry/form/translator/Translator.html">
-                                Translator
-                            </a>
-                        </td>
-                        <td>no</td>
-                        <td></td>
-                        <td>
-                            The translator to use when displaying and parsing the date.
-                            <br/><br/>
-                            <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
-                        </td>
-                    </tr>
-                    <tr>
                         <td>id</td>
                         <td>String</td>
                         <td>no</td>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Select.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Select.jwc?view=diff&rev=487871&r1=487870&r2=487871
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Select.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Select.jwc Sat Dec 16 12:04:53 2006
@@ -32,9 +32,9 @@
   <parameter name="validators"/>
   
   <parameter name="id" property="idParameter" default-value="ognl:id"/>
-  		  
+  
   <reserved-parameter name="name"/>
 
   <inject property="validatableFieldSupport" object="service:tapestry.form.ValidatableFieldSupport"/>
-    
+  
 </component-specification>