doc changes removing junk for the template


git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@936381 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java/org/apache/myfaces/javaloader/beanvalidationtesting/Controller.java b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java/org/apache/myfaces/javaloader/beanvalidationtesting/Controller.java
index cde334e..1a35e07 100644
--- a/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java/org/apache/myfaces/javaloader/beanvalidationtesting/Controller.java
+++ b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java/org/apache/myfaces/javaloader/beanvalidationtesting/Controller.java
@@ -47,7 +47,7 @@
     
     @BeanValidation.List({
             @BeanValidation(useGroups = Default.class),
-            @BeanValidation(viewIds = "/beanValidation.xhtml", useGroups = Admin.class)
+            @BeanValidation(viewIds = "/beanValidation.xhtml", useGroups = User.class)
             
     })
     private Person person = new Person();
diff --git a/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java/org/apache/myfaces/javaloader/beanvalidationtesting/Person.java b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java/org/apache/myfaces/javaloader/beanvalidationtesting/Person.java
index 4c34d72..d16a703 100644
--- a/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java/org/apache/myfaces/javaloader/beanvalidationtesting/Person.java
+++ b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java/org/apache/myfaces/javaloader/beanvalidationtesting/Person.java
@@ -45,7 +45,7 @@
     //demo for bean validation based validation support
     @NotNull
     @Size.List({
-            @Size(min = 3, max = 6, groups = User.class),
+            @Size(min = 3, max = 8, groups = User.class),
             @Size(min = 3, max = 12, groups = Admin.class)
     })
     private String lastName;
diff --git a/extscript-examples/myfaces20-example/src/main/webapp/template.xhtml b/extscript-examples/myfaces20-example/src/main/webapp/template.xhtml
index 06323b6..cb3092a 100644
--- a/extscript-examples/myfaces20-example/src/main/webapp/template.xhtml
+++ b/extscript-examples/myfaces20-example/src/main/webapp/template.xhtml
@@ -15,7 +15,7 @@
 </h:head>
 
 <h:body>
-     aaaa
+    
 <div id="menu">
     <h:panelGroup>
         <h:outputLink value="./helloWorld.jsf">Hello world Example</h:outputLink>
diff --git a/src/site/xdoc/configentries.xml b/src/site/xdoc/configentries.xml
index a0197a1..fd2c9c8 100644
--- a/src/site/xdoc/configentries.xml
+++ b/src/site/xdoc/configentries.xml
@@ -24,7 +24,7 @@
         or
         <a href="exampleconfig.html">On to the appendix: Example Configuration&gt;&gt;</a>
     </section>
-    
+
     <section name="Appendix: Configuration Entries">
         <subsection name="General Information">
             <p>
@@ -79,9 +79,12 @@
                     <td>Additional comma separated loader paths to allow direct editing of resources on the sources
                         directory instead of editing in the deployment directory
                     </td>
-                    <td>Important notice, in most cases this path will point to the root of your web application directory
-                    (ie: src/main/webapp in a standard Maven2 structure or &lt;project-root&gt;/webapp for a standard
-                    Eclipse project structure)</td>
+                    <td>Important notice, in most cases this path will point to the root of your web application
+                        directory
+                        (ie: src/main/webapp in a standard Maven2 structure or &lt;project-root&gt;/webapp for a
+                        standard
+                        Eclipse project structure)
+                    </td>
                 </tr>
                 <tr>
                     <td>facelets.RESOURCE_RESOLVER</td>
@@ -109,7 +112,7 @@
         </table>
 
         <section name="Navigation Bottom">
-            <a href="using_netbeans.html">&lt;&lt;Back to the Netbeans Users Guide</a>
+            <a href="setup_steps.html">&lt;&lt;Back to the appendix: Setup steps</a>
             or
             <a href="exampleconfig.html">On to the appendix: Example Configuration&gt;&gt;</a>
         </section>
diff --git a/src/site/xdoc/setup_steps.xml b/src/site/xdoc/setup_steps.xml
index 2a32cbb..9a9d4b3 100644
--- a/src/site/xdoc/setup_steps.xml
+++ b/src/site/xdoc/setup_steps.xml
@@ -79,7 +79,7 @@
                    <a href="using_netbeans.html">&lt;&lt;Back to the Netbeans Users Guide</a>
                    or
                    <a href="configentries.html">On to the configuration entries overview&gt;&gt;</a>
-               </section>
+        </section>
 
     </body>
 </document>
\ No newline at end of file
diff --git a/src/site/xdoc/using_netbeans.xml b/src/site/xdoc/using_netbeans.xml
index d4cef13..1ac43e8 100644
--- a/src/site/xdoc/using_netbeans.xml
+++ b/src/site/xdoc/using_netbeans.xml
@@ -98,7 +98,7 @@
         <section name="Navigation Bottom">
             <a href="using_intellij.html">&lt;&lt;Back to the Intellij Users Guide</a>
             or
-            <a href="configentries.html">On to the appendix: Config Entries&gt;&gt;</a>
+            <a href="setup_steps.html">On to the appendix: Setup Steps&gt;&gt;</a>
         </section>
 
     </body>