You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2006/11/02 03:09:07 UTC

svn commit: r470188 - in /tapestry/tapestry4/branches/4.0: contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java

Author: andyhot
Date: Wed Nov  1 18:09:06 2006
New Revision: 470188

URL: http://svn.apache.org/viewvc?view=rev&rev=470188
Log:
Palette params + typo fixed

Modified:
    tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml
    tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java

Modified: tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml?view=diff&rev=470188&r1=470187&r2=470188
==============================================================================
--- tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml (original)
+++ tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml Wed Nov  1 18:09:06 2006
@@ -71,6 +71,42 @@
          Controls automatic sorting of the options.
       </td>
     </tr>
+<tr>
+                        <td>id</td>
+                        <td>string</td>
+			<td>in</td>
+                        <td>no</td>
+                        <td></td>
+                        <td>
+                            Sets the id for the rendered <code>&lt;select&gt;</code> element that displays the 
+                            selected items.
+                        </td>
+                    </tr>                    
+                    <tr>
+                        <td>displayName</td>
+                        <td>string</td>
+			<td>in</td>
+                        <td>no</td>
+                        <td></td>
+                        <td>
+                            The user-presentable name for the component, which will be used by a
+                            FieldLabel connected to the component.
+                        </td>
+                    </tr>
+                    <tr>
+                        <td>validators</td>
+                        <td>
+                            Array or collection of                            
+                                Validator
+                        </td>
+			<td>in</td>
+                        <td>no</td>
+                        <td></td>
+                        <td>
+                            The validators to apply to the component. Something along the lines of:
+                            <code>validators:required</code> .<br/><br/>
+                        </td>
+                    </tr> 
     <tr>
       <td>rows</td>
       <td>int</td> <td>in</td> <td>no</td> <td>10</td>

Modified: tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java?view=diff&rev=470188&r1=470187&r2=470188
==============================================================================
--- tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java (original)
+++ tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java Wed Nov  1 18:09:06 2006
@@ -31,7 +31,7 @@
  * <ul>
  * <li>Storing the request and response into {@link org.apache.tapestry.services.RequestGlobals}.
  * <li>Locating the correct engine instance and letting it to the rest of the request.
- * <li>Returning the engine instance to the pool at the end of the request. </ul
+ * <li>Returning the engine instance to the pool at the end of the request. </ul>
  * 
  * @author Howard Lewis Ship
  * @since 4.0