Palette params + typo fixed

git-svn-id: https://svn.apache.org/repos/asf/tapestry/tapestry4/branches/4.0@470188 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml b/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml
index 8bf27eb..38a2202 100644
--- a/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml
+++ b/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/Palette.xml
@@ -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>
diff --git a/framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java b/framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java
index 9cec165..6124068 100644
--- a/framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java
+++ b/framework/src/java/org/apache/tapestry/services/impl/InvokeEngineTerminator.java
@@ -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