You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/11/10 09:14:02 UTC

svn commit: r1033391 [6/35] - in /myfaces/trinidad/trunk: scripts/ trinidad-examples/trinidad-blank/src/main/webapp/ trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/ trinidad-examples/trinidad-com...

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml Wed Nov 10 08:13:47 2010
@@ -1,69 +1,69 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:spacer height="5"/>
-        <tr:outputFormatted styleUsage="instruction"
-                            value="&lt;b>Please take the time to complet all the steps of our Trinidad Questionnaire&lt;/b>"/>
-        <tr:spacer height="10"/>
-        <tr:separator/>
-        <tr:spacer height="5"/>
-
-        <tr:train var="foo" value="#{trainBean}">
-            <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                          action="#{foo.getOutcome}"
-                                          immediate="#{trainBean.immediate}"
-                                          disabled="#{trainBean.readOnly}"
-                                          visited="#{trainBean.visited}"/>
-            </f:facet>
-        </tr:train>
-
-        <tr:spacer height="20px"/>
-        <tr:panelHorizontalLayout>
-            <tr:outputText value="Your Name"/>
-            <tr:spacer width="10" height="10"/>
-            <tr:inputText/>
-        </tr:panelHorizontalLayout>
-        <tr:panelHorizontalLayout>
-            <tr:outputText value="Your Age"/>
-            <tr:spacer width="21" height="40"/>
-            <tr:inputText columns="5"/>
-        </tr:panelHorizontalLayout>
-        <tr:panelHorizontalLayout valign="top">
-            <tr:outputText value="Your Gender"/>
-            <tr:spacer width="5" height="10"/>
-            <tr:selectBooleanRadio group="Gender" text="male" selected="true"/>
-            <tr:selectBooleanRadio group="Gender" text="female"/>
-        </tr:panelHorizontalLayout>
-        <tr:spacer height="10px"/>
-
-        <tr:panelHorizontalLayout>
-            <tr:commandButton text="Next &gt;" action="trainCompanyInfo"/>
-        </tr:panelHorizontalLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:spacer height="5"/>
+        <tr:outputFormatted styleUsage="instruction"
+                            value="&lt;b>Please take the time to complet all the steps of our Trinidad Questionnaire&lt;/b>"/>
+        <tr:spacer height="10"/>
+        <tr:separator/>
+        <tr:spacer height="5"/>
+
+        <tr:train var="foo" value="#{trainBean}">
+            <f:facet name="nodeStamp">
+                <tr:commandNavigationItem text="#{foo.label}"
+                                          action="#{foo.getOutcome}"
+                                          immediate="#{trainBean.immediate}"
+                                          disabled="#{trainBean.readOnly}"
+                                          visited="#{trainBean.visited}"/>
+            </f:facet>
+        </tr:train>
+
+        <tr:spacer height="20px"/>
+        <tr:panelHorizontalLayout>
+            <tr:outputText value="Your Name"/>
+            <tr:spacer width="10" height="10"/>
+            <tr:inputText/>
+        </tr:panelHorizontalLayout>
+        <tr:panelHorizontalLayout>
+            <tr:outputText value="Your Age"/>
+            <tr:spacer width="21" height="40"/>
+            <tr:inputText columns="5"/>
+        </tr:panelHorizontalLayout>
+        <tr:panelHorizontalLayout valign="top">
+            <tr:outputText value="Your Gender"/>
+            <tr:spacer width="5" height="10"/>
+            <tr:selectBooleanRadio group="Gender" text="male" selected="true"/>
+            <tr:selectBooleanRadio group="Gender" text="female"/>
+        </tr:panelHorizontalLayout>
+        <tr:spacer height="10px"/>
+
+        <tr:panelHorizontalLayout>
+            <tr:commandButton text="Next &gt;" action="trainCompanyInfo"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml Wed Nov 10 08:13:47 2010
@@ -1,73 +1,73 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:spacer height="5"/>
-        <tr:outputFormatted styleUsage="instruction"
-                            value="&lt;b>Please take the time to complet all the steps of our Trinidad Questionnaire&lt;/b>"/>
-        <tr:spacer height="10"/>
-        <tr:separator/>
-        <tr:spacer height="5"/>
-
-        <tr:train var="foo" value="#{trainBean}">
-            <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                          action="#{foo.getOutcome}"
-                                          immediate="#{trainBean.immediate}"
-                                          disabled="#{trainBean.readOnly}"
-                                          visited="#{trainBean.visited}"/>
-            </f:facet>
-        </tr:train>
-
-        <tr:spacer height="20px"/>
-        <tr:panelHorizontalLayout>
-            <tr:outputText value="Your JSF knowledge level"/>
-            <tr:spacer width="55" height="10"/>
-            <tr:selectOneChoice>
-                <f:selectItem itemLabel="Beginner"/>
-                <f:selectItem itemLabel="Medium"/>
-                <f:selectItem itemLabel="Advanced"/>
-            </tr:selectOneChoice>
-        </tr:panelHorizontalLayout>
-        <tr:panelHorizontalLayout>
-            <tr:outputText value="How often do you use JSF"/>
-            <tr:spacer width="52" height="40"/>
-            <tr:inputText/>
-        </tr:panelHorizontalLayout>
-        <tr:panelHorizontalLayout>
-            <tr:outputText value="Your favorite JSF component library"/>
-            <tr:inputText/>
-        </tr:panelHorizontalLayout>
-        <tr:spacer height="10px"/>
-
-        <tr:panelHorizontalLayout>
-            <tr:commandButton text="&lt; Back" action="trainCompanyInfo"/>
-            <tr:spacer width="5px"/>
-            <tr:commandButton text="Next &gt;" action="trainTrinidadSurvey"/>
-        </tr:panelHorizontalLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:spacer height="5"/>
+        <tr:outputFormatted styleUsage="instruction"
+                            value="&lt;b>Please take the time to complet all the steps of our Trinidad Questionnaire&lt;/b>"/>
+        <tr:spacer height="10"/>
+        <tr:separator/>
+        <tr:spacer height="5"/>
+
+        <tr:train var="foo" value="#{trainBean}">
+            <f:facet name="nodeStamp">
+                <tr:commandNavigationItem text="#{foo.label}"
+                                          action="#{foo.getOutcome}"
+                                          immediate="#{trainBean.immediate}"
+                                          disabled="#{trainBean.readOnly}"
+                                          visited="#{trainBean.visited}"/>
+            </f:facet>
+        </tr:train>
+
+        <tr:spacer height="20px"/>
+        <tr:panelHorizontalLayout>
+            <tr:outputText value="Your JSF knowledge level"/>
+            <tr:spacer width="55" height="10"/>
+            <tr:selectOneChoice>
+                <f:selectItem itemLabel="Beginner"/>
+                <f:selectItem itemLabel="Medium"/>
+                <f:selectItem itemLabel="Advanced"/>
+            </tr:selectOneChoice>
+        </tr:panelHorizontalLayout>
+        <tr:panelHorizontalLayout>
+            <tr:outputText value="How often do you use JSF"/>
+            <tr:spacer width="52" height="40"/>
+            <tr:inputText/>
+        </tr:panelHorizontalLayout>
+        <tr:panelHorizontalLayout>
+            <tr:outputText value="Your favorite JSF component library"/>
+            <tr:inputText/>
+        </tr:panelHorizontalLayout>
+        <tr:spacer height="10px"/>
+
+        <tr:panelHorizontalLayout>
+            <tr:commandButton text="&lt; Back" action="trainCompanyInfo"/>
+            <tr:spacer width="5px"/>
+            <tr:commandButton text="Next &gt;" action="trainTrinidadSurvey"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,58 +1,58 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    Train is a UIXProcess component that renders a train. A train is a horizontal series of
-    train stations connected by a horizontal line. Each train station is an image and text describing the page in
-    the multi-page process.
-
-    <br/>
-
-    The train takes a model of type org.apache.myfaces.trinidad.model.MenuModel. The last node along the focusPath and its siblings are rendered
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="There are two common scenarios for processes, &quot;Plus One&quot; and &quot;Max Visited&quot;
-        which are explained below. "/>
-
-    <tr:panelList>
-        <tr:outputText value="&quot;Plus One&quot; - from the current step the user can navigate to any previous
-            page and the next page. If the user is on the 5th step of a process and goes back to step 2, then the user can
-            only navigate from step 2 to step 1 and step 3"/>
-        <tr:outputText value="&quot;Max Visited&quot; - the user can navigate to the max visited page. If the user
-            is currently on the max visited page then the user can also navigate to the next page. If the user is on the
-            5th step of a process and goes back to step 2, then the user can navigate from step 2 to steps 1, 2, 3, 4,
-            and 5."/>
-    </tr:panelList>
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="The class org.apache.myfaces.trinidad.model.ProcessMenuModel  and
-        org.apache.myfaces.trinidad.model.ProcessUtils  were created to support the &quot;Plus One&quot; and
-        &quot;Max Visited&quot; scenarios. Please see the javadoc for these classes for more information. "/>
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="When the focusPath is not focused on a top level node, images are rendered before and
-        after the train to indicate that this train is part of a sub-process "/>
-    
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    Train is a UIXProcess component that renders a train. A train is a horizontal series of
+    train stations connected by a horizontal line. Each train station is an image and text describing the page in
+    the multi-page process.
+
+    <br/>
+
+    The train takes a model of type org.apache.myfaces.trinidad.model.MenuModel. The last node along the focusPath and its siblings are rendered
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="There are two common scenarios for processes, &quot;Plus One&quot; and &quot;Max Visited&quot;
+        which are explained below. "/>
+
+    <tr:panelList>
+        <tr:outputText value="&quot;Plus One&quot; - from the current step the user can navigate to any previous
+            page and the next page. If the user is on the 5th step of a process and goes back to step 2, then the user can
+            only navigate from step 2 to step 1 and step 3"/>
+        <tr:outputText value="&quot;Max Visited&quot; - the user can navigate to the max visited page. If the user
+            is currently on the max visited page then the user can also navigate to the next page. If the user is on the
+            5th step of a process and goes back to step 2, then the user can navigate from step 2 to steps 1, 2, 3, 4,
+            and 5."/>
+    </tr:panelList>
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="The class org.apache.myfaces.trinidad.model.ProcessMenuModel  and
+        org.apache.myfaces.trinidad.model.ProcessUtils  were created to support the &quot;Plus One&quot; and
+        &quot;Max Visited&quot; scenarios. Please see the javadoc for these classes for more information. "/>
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="When the focusPath is not focused on a top level node, images are rendered before and
+        after the train to indicate that this train is part of a sub-process "/>
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml Wed Nov 10 08:13:47 2010
@@ -1,72 +1,72 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:spacer height="5"/>
-        <tr:outputFormatted styleUsage="instruction"
-                            value="&lt;b>Please take the time to complet all the steps of our Trinidad Questionnaire&lt;/b>"/>
-        <tr:spacer height="10"/>
-        <tr:separator/>
-        <tr:spacer height="5"/>
-
-        <tr:train var="foo" value="#{trainBean}">
-            <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                          action="#{foo.getOutcome}"
-                                          immediate="#{trainBean.immediate}"
-                                          disabled="#{trainBean.readOnly}"
-                                          visited="#{trainBean.visited}"/>
-            </f:facet>
-        </tr:train>
-
-        <tr:spacer height="20px"/>
-        <tr:panelHorizontalLayout>
-            <tr:outputText value="How did you learn about Trinidad"/>
-            <tr:inputText/>
-        </tr:panelHorizontalLayout>
-        <tr:panelHorizontalLayout>
-            <tr:outputText value="Your Trinidad knowledge level"/>
-            <tr:spacer width="21" height="40"/>
-            <tr:selectOneChoice>
-                <f:selectItem itemLabel="Beginner"/>
-                <f:selectItem itemLabel="Medium"/>
-                <f:selectItem itemLabel="Advanced"/>
-            </tr:selectOneChoice>
-        </tr:panelHorizontalLayout>
-        <tr:panelGroupLayout>
-            <tr:outputText value="Your opinion regarding this framework"/>
-            <tr:inputText rows="5"/>
-        </tr:panelGroupLayout>
-        <tr:spacer height="10px"/>
-
-        <tr:panelHorizontalLayout>
-            <tr:commandButton text="&lt; Back" action="trainJsfSurvey"/>
-            <tr:spacer width="5px"/>
-            <tr:commandButton text="Next >" action="trainYouAreDone"/>
-        </tr:panelHorizontalLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:spacer height="5"/>
+        <tr:outputFormatted styleUsage="instruction"
+                            value="&lt;b>Please take the time to complet all the steps of our Trinidad Questionnaire&lt;/b>"/>
+        <tr:spacer height="10"/>
+        <tr:separator/>
+        <tr:spacer height="5"/>
+
+        <tr:train var="foo" value="#{trainBean}">
+            <f:facet name="nodeStamp">
+                <tr:commandNavigationItem text="#{foo.label}"
+                                          action="#{foo.getOutcome}"
+                                          immediate="#{trainBean.immediate}"
+                                          disabled="#{trainBean.readOnly}"
+                                          visited="#{trainBean.visited}"/>
+            </f:facet>
+        </tr:train>
+
+        <tr:spacer height="20px"/>
+        <tr:panelHorizontalLayout>
+            <tr:outputText value="How did you learn about Trinidad"/>
+            <tr:inputText/>
+        </tr:panelHorizontalLayout>
+        <tr:panelHorizontalLayout>
+            <tr:outputText value="Your Trinidad knowledge level"/>
+            <tr:spacer width="21" height="40"/>
+            <tr:selectOneChoice>
+                <f:selectItem itemLabel="Beginner"/>
+                <f:selectItem itemLabel="Medium"/>
+                <f:selectItem itemLabel="Advanced"/>
+            </tr:selectOneChoice>
+        </tr:panelHorizontalLayout>
+        <tr:panelGroupLayout>
+            <tr:outputText value="Your opinion regarding this framework"/>
+            <tr:inputText rows="5"/>
+        </tr:panelGroupLayout>
+        <tr:spacer height="10px"/>
+
+        <tr:panelHorizontalLayout>
+            <tr:commandButton text="&lt; Back" action="trainJsfSurvey"/>
+            <tr:spacer width="5px"/>
+            <tr:commandButton text="Next >" action="trainYouAreDone"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml Wed Nov 10 08:13:47 2010
@@ -1,55 +1,55 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:spacer height="5"/>
-        <tr:outputFormatted styleUsage="instruction"
-                            value="&lt;b>Please take the time to complet all the steps of our Trinidad Questionnaire&lt;/b>"/>
-        <tr:spacer height="10"/>
-        <tr:separator/>
-        <tr:spacer height="5"/>
-
-        <tr:train var="foo" value="#{trainBean}">
-            <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                          action="#{foo.getOutcome}"
-                                          immediate="#{trainBean.immediate}"
-                                          disabled="#{trainBean.readOnly}"
-                                          visited="#{trainBean.visited}"/>
-            </f:facet>
-        </tr:train>
-
-        <tr:spacer height="20px"/>
-        <tr:outputFormatted styleUsage="instruction"
-                            value="&lt;b>Thanks for your feedback!&lt;/b>"/>
-        <tr:spacer height="15"/>
-        <tr:outputFormatted styleUsage="instruction"
-                            value="and enjoy using &lt;b>Trinidads&lt;/b> component library"/>
-        <tr:spacer height="10px"/>
-        <tr:commandButton text="&lt; Back" action="trainTrinidadSurvey"/>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:spacer height="5"/>
+        <tr:outputFormatted styleUsage="instruction"
+                            value="&lt;b>Please take the time to complet all the steps of our Trinidad Questionnaire&lt;/b>"/>
+        <tr:spacer height="10"/>
+        <tr:separator/>
+        <tr:spacer height="5"/>
+
+        <tr:train var="foo" value="#{trainBean}">
+            <f:facet name="nodeStamp">
+                <tr:commandNavigationItem text="#{foo.label}"
+                                          action="#{foo.getOutcome}"
+                                          immediate="#{trainBean.immediate}"
+                                          disabled="#{trainBean.readOnly}"
+                                          visited="#{trainBean.visited}"/>
+            </f:facet>
+        </tr:train>
+
+        <tr:spacer height="20px"/>
+        <tr:outputFormatted styleUsage="instruction"
+                            value="&lt;b>Thanks for your feedback!&lt;/b>"/>
+        <tr:spacer height="15"/>
+        <tr:outputFormatted styleUsage="instruction"
+                            value="and enjoy using &lt;b>Trinidads&lt;/b> component library"/>
+        <tr:spacer height="10px"/>
+        <tr:commandButton text="&lt; Back" action="trainTrinidadSurvey"/>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,35 +1,35 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The Trinidad Tree is used to display data that is structured in a hierarchical format.
-    This component supports multiple root elements, and it has a simple user interface (UI) - each element in the
-    Tree is appropriately indented to indicate its level in the hierarchy, and is connected to its parent. The
-    features of the Tree component include mechanisms for expanding and collapsing portions of the hierarchy. This
-    component is not well suited for massive trees, since it does not support any focusing capability.
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="The &quot;nodeStamp&quot; facet of the Tree is used to display the data for each element
-        in the tree. The &quot;nodeStamp&quot; is repeatedly rendered (stamped) once per element. "/>
-    
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The Trinidad Tree is used to display data that is structured in a hierarchical format.
+    This component supports multiple root elements, and it has a simple user interface (UI) - each element in the
+    Tree is appropriately indented to indicate its level in the hierarchy, and is connected to its parent. The
+    features of the Tree component include mechanisms for expanding and collapsing portions of the hierarchy. This
+    component is not well suited for massive trees, since it does not support any focusing capability.
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="The &quot;nodeStamp&quot; facet of the Tree is used to display the data for each element
+        in the tree. The &quot;nodeStamp&quot; is repeatedly rendered (stamped) once per element. "/>
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml Wed Nov 10 08:13:47 2010
@@ -1,35 +1,35 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:tree var="foo" value="#{treeTableBean.model}" rendered="true">
-            <f:facet name="nodeStamp">
-                <tr:outputText value="#{foo.name}" shortDesc="Enter text"/>
-            </f:facet>
-        </tr:tree>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:tree var="foo" value="#{treeTableBean.model}" rendered="true">
+            <f:facet name="nodeStamp">
+                <tr:outputText value="#{foo.name}" shortDesc="Enter text"/>
+            </f:facet>
+        </tr:tree>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml Wed Nov 10 08:13:47 2010
@@ -1,31 +1,31 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
-                  type="area" inlineStyle="width:500px; height:300px;"/>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
+                  type="area" inlineStyle="width:500px; height:300px;"/>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml Wed Nov 10 08:13:47 2010
@@ -1,31 +1,31 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
-                  type="horizontalBar" inlineStyle="width:500px; height:300px;"/>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
+                  type="horizontalBar" inlineStyle="width:500px; height:300px;"/>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml Wed Nov 10 08:13:47 2010
@@ -1,31 +1,31 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
-                  legendPosition="bottom" inlineStyle="width:500px; height:300px;"/>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
+                  legendPosition="bottom" inlineStyle="width:500px; height:300px;"/>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml Wed Nov 10 08:13:47 2010
@@ -1,31 +1,31 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
-                  legendPosition="top" inlineStyle="width:500px; height:300px;"/>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
+                  legendPosition="top" inlineStyle="width:500px; height:300px;"/>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml Wed Nov 10 08:13:47 2010
@@ -1,31 +1,31 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
-                  type="pie" inlineStyle="width:500px; height:300px;"/>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
+                  type="pie" inlineStyle="width:500px; height:300px;"/>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml Wed Nov 10 08:13:47 2010
@@ -1,31 +1,31 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
-                  type="verticalBar" inlineStyle="width:500px; height:300px;"/>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:chart YMajorGridLineCount="8" value="#{chartBean.value}"
+                  type="verticalBar" inlineStyle="width:500px; height:300px;"/>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,26 +1,26 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-   The Trinidad Chart is used to display data as a chart.
-    
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+   The Trinidad Chart is used to display data as a chart.
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml Wed Nov 10 08:13:47 2010
@@ -1,30 +1,30 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:legend name="required"/>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:legend name="required"/>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,28 +1,28 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The legend adds a legend describing the meaning of an icon. The &quot;name&quot;
-    attribute specifies which icon needs to be described. This control can be placed in any location, but is most
-    commonly placed in the pageStatus facet of a panelPage.
-    
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The legend adds a legend describing the meaning of an icon. The &quot;name&quot;
+    attribute specifies which icon needs to be described. This control can be placed in any location, but is most
+    commonly placed in the pageStatus facet of a panelPage.
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml Wed Nov 10 08:13:47 2010
@@ -1,41 +1,41 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="Type 'cat' to see an error message"/>
-        <tr:spacer height="10"/>
-
-        <tr:panelFormLayout rows="8" labelAlignment="top">
-            <tr:outputLabel for="luky_no" value="Luky number"/>
-            <tr:message for="luky_no" messageType="error"
-                        inlineStyle="background-color:#F6F4F0; border: 1px solid #BBB1AA"/>
-            <tr:inputText id="luky_no" simple="true" label="Luky No">
-                <f:converter converterId="javax.faces.BigInteger"/>
-            </tr:inputText>
-            <tr:commandButton text="Submit"/>
-        </tr:panelFormLayout>
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Type 'cat' to see an error message"/>
+        <tr:spacer height="10"/>
+
+        <tr:panelFormLayout rows="8" labelAlignment="top">
+            <tr:outputLabel for="luky_no" value="Luky number"/>
+            <tr:message for="luky_no" messageType="error"
+                        inlineStyle="background-color:#F6F4F0; border: 1px solid #BBB1AA"/>
+            <tr:inputText id="luky_no" simple="true" label="Luky No">
+                <f:converter converterId="javax.faces.BigInteger"/>
+            </tr:inputText>
+            <tr:commandButton text="Submit"/>
+        </tr:panelFormLayout>
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageHelp.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml Wed Nov 10 08:13:47 2010
@@ -1,42 +1,42 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="Type 'cat' to see an error message"/>
-        <tr:spacer height="10"/>
-
-        <tr:panelFormLayout rows="8" labelAlignment="top">
-            <tr:outputLabel for="luky_no" value="Luky number"/>
-            <tr:message for="luky_no" messageType="info"
-                        inlineStyle="background-color:#F6F4F0; border: 1px solid #BBB1AA"/>
-            <tr:inputText id="luky_no" simple="true" label="Luky No">
-                <f:converter converterId="javax.faces.BigInteger"/>
-            </tr:inputText>
-            <tr:commandButton text="Submit"/>
-        </tr:panelFormLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Type 'cat' to see an error message"/>
+        <tr:spacer height="10"/>
+
+        <tr:panelFormLayout rows="8" labelAlignment="top">
+            <tr:outputLabel for="luky_no" value="Luky number"/>
+            <tr:message for="luky_no" messageType="info"
+                        inlineStyle="background-color:#F6F4F0; border: 1px solid #BBB1AA"/>
+            <tr:inputText id="luky_no" simple="true" label="Luky No">
+                <f:converter converterId="javax.faces.BigInteger"/>
+            </tr:inputText>
+            <tr:commandButton text="Submit"/>
+        </tr:panelFormLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml Wed Nov 10 08:13:47 2010
@@ -1,41 +1,41 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="Type 'cat' to see an error message"/>
-        <tr:spacer height="10"/>
-
-        <tr:panelFormLayout rows="8" labelAlignment="top">
-            <tr:outputLabel for="luky_no" value="Luky number"/>
-            <tr:message for="luky_no" messageType="none"
-                        inlineStyle="background-color:#F6F4F0; border: 1px solid #BBB1AA"/>
-            <tr:inputText id="luky_no" simple="true" label="Luky No">
-                <f:converter converterId="javax.faces.BigInteger"/>
-            </tr:inputText>
-            <tr:commandButton text="Submit"/>
-        </tr:panelFormLayout>
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Type 'cat' to see an error message"/>
+        <tr:spacer height="10"/>
+
+        <tr:panelFormLayout rows="8" labelAlignment="top">
+            <tr:outputLabel for="luky_no" value="Luky number"/>
+            <tr:message for="luky_no" messageType="none"
+                        inlineStyle="background-color:#F6F4F0; border: 1px solid #BBB1AA"/>
+            <tr:inputText id="luky_no" simple="true" label="Luky No">
+                <f:converter converterId="javax.faces.BigInteger"/>
+            </tr:inputText>
+            <tr:commandButton text="Submit"/>
+        </tr:panelFormLayout>
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native