You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/09/23 20:52:34 UTC

svn commit: r578592 [7/15] - in /myfaces/tobago/trunk: ./ core/ core/src/main/faces-config/ core/src/main/java/org/apache/myfaces/tobago/ core/src/main/java/org/apache/myfaces/tobago/ajax/api/ core/src/main/java/org/apache/myfaces/tobago/application/ c...

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/theme.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/theme.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/theme.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/theme.jsp Sun Sep 23 11:51:32 2007
@@ -1,36 +1,36 @@
-<%--
- * 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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
-
-<layout:overview>
-  <jsp:body>
-    <tc:panel>
-      <f:facet name="layout">
-        <tc:gridLayout rows="80px;160px;*" />
-      </f:facet>
-
-      <tc:out value="#{overviewBundle.themesText1}" escape="false" />
-
-      <tc:box label="#{overviewBundle.themesCodeExampleTitle}">
-        <tc:out value="#{overviewBundle.themesCodeExample}" />
-      </tc:box>
-      <tc:cell/>
-    </tc:panel>
-  </jsp:body>
-</layout:overview>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
+
+<layout:overview>
+  <jsp:body>
+    <tc:panel>
+      <f:facet name="layout">
+        <tc:gridLayout rows="80px;160px;*" />
+      </f:facet>
+
+      <tc:out value="#{overviewBundle.themesText1}" escape="false" />
+
+      <tc:box label="#{overviewBundle.themesCodeExampleTitle}">
+        <tc:out value="#{overviewBundle.themesCodeExample}" />
+      </tc:box>
+      <tc:cell/>
+    </tc:panel>
+  </jsp:body>
+</layout:overview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/theme.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/theme.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/transition-after-sleep.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/transition-after-sleep.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/transition.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/best-practice/transition.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/error/404.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/error/404.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/error/throwable.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/error/throwable.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/footer.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/footer.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/header.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/header.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/header.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/header.jsp Sun Sep 23 11:51:32 2007
@@ -1,39 +1,39 @@
-<%--
- * 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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc"%>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-
-<f:subview id="header">
-  <tc:panel>
-    <f:facet name="layout">
-      <tc:gridLayout columns="150px;*;200px" />
-    </f:facet>
-
-    <tc:link action="#{navigation.gotoFirst}" immediate="true" image="image/tobago_head.gif" />
-
-    <tc:cell />
-
-    <tc:panel>
-      <f:facet name="layout">
-        <tc:gridLayout rows="fixed;fixed;*" />
-      </f:facet>
-      <tc:out value="#{clientConfigController.localizedTheme}" />
-      <tc:out value="#{clientConfigController.localizedLocale}" />
-      <tc:cell />
-    </tc:panel>
-  </tc:panel>
-</f:subview>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+
+<f:subview id="header">
+  <tc:panel>
+    <f:facet name="layout">
+      <tc:gridLayout columns="150px;*;200px" />
+    </f:facet>
+
+    <tc:link action="#{navigation.gotoFirst}" immediate="true" image="image/tobago_head.gif" />
+
+    <tc:cell />
+
+    <tc:panel>
+      <f:facet name="layout">
+        <tc:gridLayout rows="fixed;fixed;*" />
+      </f:facet>
+      <tc:out value="#{clientConfigController.localizedTheme}" />
+      <tc:out value="#{clientConfigController.localizedLocale}" />
+      <tc:cell />
+    </tc:panel>
+  </tc:panel>
+</f:subview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/header.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/header.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/icon/favicon.ico
------------------------------------------------------------------------------
--- svn:mime-type (original)
+++ svn:mime-type Sun Sep 23 11:51:32 2007
@@ -1 +1 @@
-application/octet-stream
+image/x-icon

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/index.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/index.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/index.jsp Sun Sep 23 11:51:32 2007
@@ -1,17 +1,17 @@
-<%--
- * 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.
---%>
-<jsp:forward page="faces/overview/intro.jsp"/>
+<%--
+ * 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.
+--%>
+<jsp:forward page="faces/overview/intro.jsp"/>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/index.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/index.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/menu.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/menu.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/menu.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/menu.jsp Sun Sep 23 11:51:32 2007
@@ -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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%-- !!!!!! no <f:subview here !!!!!!! --%>
-      <f:facet name="menuBar" >
-        <tc:menuBar >
-          <tc:menu label="#{overviewBundle.menu_config}" >
-            <tc:menu label="#{overviewBundle.menu_themes}" >
-              <tc:menuItem action="#{clientConfigController.submit}">
-                <f:facet name="items">
-                  <tc:selectOneRadio value="#{clientConfigController.theme}" >
-                    <f:selectItems value="#{clientConfigController.themeItems}" />
-                  </tc:selectOneRadio>
-                </f:facet>
-              </tc:menuItem>
-            </tc:menu>
-            <tc:menu label="#{overviewBundle.menu_locale}">
-              <tx:menuRadio action="#{clientConfigController.submit}"
-                            value="#{clientConfigController.locale}">
-                <f:selectItems value="#{clientConfigController.localeItems}" />
-              </tx:menuRadio>
-            </tc:menu>
-            <%-- todo: may have something like immediate="true", but in this case, the value will not switched --%>
-            <tc:menuCheckbox action="#{clientConfigController.submit}"
-                label="#{overviewBundle.menu_debug}"
-                value="#{clientConfigController.debugMode}"/>
-            <tc:menuItem action="#{demo.resetSession}" label="Reset" />
-          </tc:menu>
-
-          <tc:menu label="#{overviewBundle.menu_help}">
-            <tc:menuItem onclick="alert('#{overviewBundle.pageTitle}' + String.fromCharCode(10) + '#{info.version}' + String.fromCharCode(10) + '#{overviewBundle.tobago_url}' + String.fromCharCode(10))"
-                         label="#{overviewBundle.menu_about}" />
-            <tc:menuItem onclick="LOG.show();"
-                         label="#{overviewBundle.menu_showLog}"
-                         rendered="#{clientConfigController.debugMode}"/>
-            <tc:menuItem action="server-info" immediate="true"
-                         label="Server Info"
-                         disabled="#{! info.enabled}"/>
-          </tc:menu>
-        </tc:menuBar>
-
-      </f:facet>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%-- !!!!!! no <f:subview here !!!!!!! --%>
+      <f:facet name="menuBar" >
+        <tc:menuBar >
+          <tc:menu label="#{overviewBundle.menu_config}" >
+            <tc:menu label="#{overviewBundle.menu_themes}" >
+              <tc:menuItem action="#{clientConfigController.submit}">
+                <f:facet name="items">
+                  <tc:selectOneRadio value="#{clientConfigController.theme}" >
+                    <f:selectItems value="#{clientConfigController.themeItems}" />
+                  </tc:selectOneRadio>
+                </f:facet>
+              </tc:menuItem>
+            </tc:menu>
+            <tc:menu label="#{overviewBundle.menu_locale}">
+              <tx:menuRadio action="#{clientConfigController.submit}"
+                            value="#{clientConfigController.locale}">
+                <f:selectItems value="#{clientConfigController.localeItems}" />
+              </tx:menuRadio>
+            </tc:menu>
+            <%-- todo: may have something like immediate="true", but in this case, the value will not switched --%>
+            <tc:menuCheckbox action="#{clientConfigController.submit}"
+                label="#{overviewBundle.menu_debug}"
+                value="#{clientConfigController.debugMode}"/>
+            <tc:menuItem action="#{demo.resetSession}" label="Reset" />
+          </tc:menu>
+
+          <tc:menu label="#{overviewBundle.menu_help}">
+            <tc:menuItem onclick="alert('#{overviewBundle.pageTitle}' + String.fromCharCode(10) + '#{info.version}' + String.fromCharCode(10) + '#{overviewBundle.tobago_url}' + String.fromCharCode(10))"
+                         label="#{overviewBundle.menu_about}" />
+            <tc:menuItem onclick="LOG.show();"
+                         label="#{overviewBundle.menu_showLog}"
+                         rendered="#{clientConfigController.debugMode}"/>
+            <tc:menuItem action="server-info" immediate="true"
+                         label="Server Info"
+                         disabled="#{! info.enabled}"/>
+          </tc:menu>
+        </tc:menuBar>
+
+      </f:facet>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/menu.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/menu.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/navigation.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/navigation.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/navigation.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/navigation.jsp Sun Sep 23 11:51:32 2007
@@ -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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-
-<f:subview id="navigator">
-  <tc:panel>
-    <f:facet name="layout">
-      <tc:gridLayout rows="*"/>
-    </f:facet>
-
-    <tc:tree value="#{navigation.tree}"
-             mode="menu"
-             id="nav"
-             nameReference="userObject.title"
-             idReference="userObject.id"
-             state="#{navigation.state}"
-             showIcons="false"
-             showJunctions="false"
-             showRoot="false">
-      <f:facet name="treeNodeCommand">
-        <tc:link action="#{navigation.navigate}" immediate="true"/>
-      </f:facet>
-    </tc:tree>
-
-  </tc:panel>
-</f:subview>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+
+<f:subview id="navigator">
+  <tc:panel>
+    <f:facet name="layout">
+      <tc:gridLayout rows="*"/>
+    </f:facet>
+
+    <tc:tree value="#{navigation.tree}"
+             mode="menu"
+             id="nav"
+             nameReference="userObject.title"
+             idReference="userObject.id"
+             state="#{navigation.state}"
+             showIcons="false"
+             showJunctions="false"
+             showRoot="false">
+      <f:facet name="treeNodeCommand">
+        <tc:link action="#{navigation.navigate}" immediate="true"/>
+      </f:facet>
+    </tc:tree>
+
+  </tc:panel>
+</f:subview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/navigation.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/navigation.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basic.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basic.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basic.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basic.jsp Sun Sep 23 11:51:32 2007
@@ -1,146 +1,146 @@
-<%--
- * 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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
-<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
-
-<layout:overview>
-  <jsp:body>
-    <tc:box label="#{overviewBundle.basic}">
-      <%--
-      <f:facet name="reload">
-        <tc:reload frequency="5000" />
-      </f:facet>
-      --%>
-      <f:facet name="layout">
-        <tc:gridLayout border="0" rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed" />
-      </f:facet>
-
-      <%-- row --%>
-      <tc:separator>
-        <f:facet name="label">
-          <tc:label value="#{overviewBundle.basic_sampleInputTitle}"/>
-        </f:facet>
-      </tc:separator>
-
-      <%-- row --%>
-      <tc:messages />
-
-      <%-- row --%>
-      <tc:out escape="false" value="#{overviewBundle.basic_text_input}" />
-
-      <%-- row --%>
-      <tc:panel>
-        <f:facet name="layout">
-          <tc:gridLayout columns="*;*" border="0" />
-        </f:facet>
-
-        <tc:panel>
-          <f:facet name="layout">
-            <tc:gridLayout rows="fixed;fixed;fixed" />
-          </f:facet>
-          <tx:in value="#{overviewController.basicInput}" required="true" tabIndex="1"
-              label="#{overviewBundle.basic_textboxLabel}" tip="test"
-              suggestMethod="#{overviewController.getInputSuggestItems}" />
-          <tx:date value="#{overviewController.basicDate}" tabIndex="3"
-              label="#{overviewBundle.basic_dateLabel}" required="true" >
-            <f:convertDateTime pattern="dd/MM/yyyy" />
-            <tc:validateSubmittedValueLength maximum="10"/>
-          </tx:date>
-          <tx:time label="#{overviewBundle.basic_timeLabel}" tabIndex="4"
-              value="#{overviewController.basicTime}" />
-        </tc:panel>
-
-        <tx:textarea value="#{overviewController.basicArea}" tabIndex="2"
-          label="#{overviewBundle.basic_textareaLabel}" />
-      </tc:panel>
-
-      <%-- row --%>
-      <tc:separator>
-        <f:facet name="label">
-          <tc:label value="#{overviewBundle.basic_sampleSelectTitle}"/>
-        </f:facet>
-      </tc:separator>
-
-      <%-- row --%>
-      <tc:out escape="false" value="#{overviewBundle.basic_text_select}" />
-
-      <%-- row --%>
-      <tc:panel>
-        <f:facet name="layout">
-          <tc:gridLayout columns="*;*"  border="0"/>
-        </f:facet>
-        <tc:selectOneRadio value="#{overviewController.radioValue}"
-                           id="rg0" converter="salutationId">
-          <f:selectItems value="#{overviewController.items}" id="items0" />
-          <f:facet name="click">
-            <tc:command/>
-          </f:facet>
-        </tc:selectOneRadio>
-
-        <tc:panel>
-          <f:facet name="layout">
-            <tc:gridLayout rows="fixed;fixed"/>
-          </f:facet>
-          <tc:selectManyCheckbox value="#{overviewController.multiValue}" 
-                                 id="cbg0" renderRange="1-2" converter="salutationId">
-            <f:selectItems value="#{overviewController.items}" id="itemsg0" />
-          </tc:selectManyCheckbox>
-          <tc:selectOneChoice value="#{overviewController.singleValue}"
-              converter="salutationId" >
-            <f:selectItems value="#{overviewController.items}" />
-          </tc:selectOneChoice>
-        </tc:panel>
-      </tc:panel>
-
-      <%-- row --%>
-      <tc:separator>
-        <f:facet name="label">
-          <tc:label value="#{overviewBundle.basic_sampleLinkTitle}"/>
-        </f:facet>
-      </tc:separator>
-
-      <%-- row --%>
-      <tc:out escape="false" value="#{overviewBundle.basic_text_action}" />
-
-      <%-- row --%>
-      <tc:panel>
-        <f:facet name="layout">
-          <tc:gridLayout columns="120px;*;120px;*;120px" rows="fixed;fixed" border="0"/>
-        </f:facet>
-        <tc:link id="link" action="overview/basic"
-            actionListener="#{overviewController.click}"
-            label="#{overviewBundle.basic_linkAction}" />
-        <tc:cell/>
-        <tc:link id="image" action="overview/basic"
-            actionListener="#{overviewController.click}"
-            image="image/image_button.gif" />
-        <tc:cell/>
-        <tc:button id="button" action="overview/basic"
-            actionListener="#{overviewController.click}"
-            label="#{overviewBundle.basic_buttonAction}" />
-
-        <tc:cell spanX="5">
-          <tx:in value="#{overviewController.lastAction}" readonly="true"
-            label="#{overviewBundle.basic_lastActionLabel}" />
-        </tc:cell>
-      </tc:panel>
-
-    </tc:box>
-  </jsp:body>
-</layout:overview>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
+<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
+
+<layout:overview>
+  <jsp:body>
+    <tc:box label="#{overviewBundle.basic}">
+      <%--
+      <f:facet name="reload">
+        <tc:reload frequency="5000" />
+      </f:facet>
+      --%>
+      <f:facet name="layout">
+        <tc:gridLayout border="0" rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed" />
+      </f:facet>
+
+      <%-- row --%>
+      <tc:separator>
+        <f:facet name="label">
+          <tc:label value="#{overviewBundle.basic_sampleInputTitle}"/>
+        </f:facet>
+      </tc:separator>
+
+      <%-- row --%>
+      <tc:messages />
+
+      <%-- row --%>
+      <tc:out escape="false" value="#{overviewBundle.basic_text_input}" />
+
+      <%-- row --%>
+      <tc:panel>
+        <f:facet name="layout">
+          <tc:gridLayout columns="*;*" border="0" />
+        </f:facet>
+
+        <tc:panel>
+          <f:facet name="layout">
+            <tc:gridLayout rows="fixed;fixed;fixed" />
+          </f:facet>
+          <tx:in value="#{overviewController.basicInput}" required="true" tabIndex="1"
+              label="#{overviewBundle.basic_textboxLabel}" tip="test"
+              suggestMethod="#{overviewController.getInputSuggestItems}" />
+          <tx:date value="#{overviewController.basicDate}" tabIndex="3"
+              label="#{overviewBundle.basic_dateLabel}" required="true" >
+            <f:convertDateTime pattern="dd/MM/yyyy" />
+            <tc:validateSubmittedValueLength maximum="10"/>
+          </tx:date>
+          <tx:time label="#{overviewBundle.basic_timeLabel}" tabIndex="4"
+              value="#{overviewController.basicTime}" />
+        </tc:panel>
+
+        <tx:textarea value="#{overviewController.basicArea}" tabIndex="2"
+          label="#{overviewBundle.basic_textareaLabel}" />
+      </tc:panel>
+
+      <%-- row --%>
+      <tc:separator>
+        <f:facet name="label">
+          <tc:label value="#{overviewBundle.basic_sampleSelectTitle}"/>
+        </f:facet>
+      </tc:separator>
+
+      <%-- row --%>
+      <tc:out escape="false" value="#{overviewBundle.basic_text_select}" />
+
+      <%-- row --%>
+      <tc:panel>
+        <f:facet name="layout">
+          <tc:gridLayout columns="*;*"  border="0"/>
+        </f:facet>
+        <tc:selectOneRadio value="#{overviewController.radioValue}"
+                           id="rg0" converter="salutationId">
+          <f:selectItems value="#{overviewController.items}" id="items0" />
+          <f:facet name="click">
+            <tc:command/>
+          </f:facet>
+        </tc:selectOneRadio>
+
+        <tc:panel>
+          <f:facet name="layout">
+            <tc:gridLayout rows="fixed;fixed"/>
+          </f:facet>
+          <tc:selectManyCheckbox value="#{overviewController.multiValue}" 
+                                 id="cbg0" renderRange="1-2" converter="salutationId">
+            <f:selectItems value="#{overviewController.items}" id="itemsg0" />
+          </tc:selectManyCheckbox>
+          <tc:selectOneChoice value="#{overviewController.singleValue}"
+              converter="salutationId" >
+            <f:selectItems value="#{overviewController.items}" />
+          </tc:selectOneChoice>
+        </tc:panel>
+      </tc:panel>
+
+      <%-- row --%>
+      <tc:separator>
+        <f:facet name="label">
+          <tc:label value="#{overviewBundle.basic_sampleLinkTitle}"/>
+        </f:facet>
+      </tc:separator>
+
+      <%-- row --%>
+      <tc:out escape="false" value="#{overviewBundle.basic_text_action}" />
+
+      <%-- row --%>
+      <tc:panel>
+        <f:facet name="layout">
+          <tc:gridLayout columns="120px;*;120px;*;120px" rows="fixed;fixed" border="0"/>
+        </f:facet>
+        <tc:link id="link" action="overview/basic"
+            actionListener="#{overviewController.click}"
+            label="#{overviewBundle.basic_linkAction}" />
+        <tc:cell/>
+        <tc:link id="image" action="overview/basic"
+            actionListener="#{overviewController.click}"
+            image="image/image_button.gif" />
+        <tc:cell/>
+        <tc:button id="button" action="overview/basic"
+            actionListener="#{overviewController.click}"
+            label="#{overviewBundle.basic_buttonAction}" />
+
+        <tc:cell spanX="5">
+          <tx:in value="#{overviewController.lastAction}" readonly="true"
+            label="#{overviewBundle.basic_lastActionLabel}" />
+        </tc:cell>
+      </tc:panel>
+
+    </tc:box>
+  </jsp:body>
+</layout:overview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basic.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basic.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/browser.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/browser.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/browser.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/browser.jsp Sun Sep 23 11:51:32 2007
@@ -1,25 +1,25 @@
-<%--
- * 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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
-
-<layout:overview>
-  <jsp:body>
-    <tc:out escape="false" value="#{overviewBundle.browser_text}" />
-  </jsp:body>
-</layout:overview>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
+
+<layout:overview>
+  <jsp:body>
+    <tc:out escape="false" value="#{overviewBundle.browser_text}" />
+  </jsp:body>
+</layout:overview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/browser.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/browser.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/form.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/form.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/form.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/form.jsp Sun Sep 23 11:51:32 2007
@@ -1,81 +1,81 @@
-<%--
- * 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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
-
-<layout:overview>
-  <jsp:body>
-    <tc:panel>
-      <f:facet name="layout">
-        <tc:gridLayout />
-      </f:facet>
-
-  <%--
-      <tc:out escape="false" value="#{overviewBundle.form_text1}" />
-  --%>
-
-      <tc:box label="#{overviewBundle.form_outTitle}">
-        <f:facet name="layout">
-          <tc:gridLayout rows="80px;fixed;fixed;fixed" />
-        </f:facet>
-
-        <tc:out escape="false" value="#{overviewBundle.form_text2}" />
-
-        <tc:box label="#{overviewBundle.form_in1Title}">
-          <f:facet name="layout">
-            <tc:gridLayout rows="fixed;fixed;" columns="1*;100px"  />
-          </f:facet>
-
-          <tc:form id="form1" >
-            <tx:in value="#{demo.text[0]}" required="true" label="#{overviewBundle.newValue1}" />
-            <tc:cell spanY="2" >
-              <tc:button label="#{overviewBundle.submitForm1}" />
-            </tc:cell>
-            <tx:in value="#{demo.text[0]}" readonly="true" label="#{overviewBundle.modelValue1}" />
-          </tc:form>
-
-        </tc:box>
-
-        <tc:box label="#{overviewBundle.form_in2Title}">
-          <f:facet name="layout">
-            <tc:gridLayout rows="fixed;fixed" columns="1*;100px"/>
-          </f:facet>
-
-          <tc:form id="form2">
-            <tx:in value="#{demo.text[1]}" required="true" label="#{overviewBundle.newValue2}" />
-            <tc:cell spanY="2" >
-               <tc:button label="#{overviewBundle.submitForm2}" />
-            </tc:cell>
-            <tx:in value="#{demo.text[1]}" readonly="true" label="#{overviewBundle.modelValue2}" />
-          </tc:form>
-        </tc:box>
-
-        <tc:panel>
-          <f:facet name="layout">
-            <tc:gridLayout columns="*;fixed" rows="fixed;*"  />
-          </f:facet>
-
-          <tc:cell/>
-          <tc:button label="#{overviewBundle.submitAll}" />
-          <tc:cell spanX="2" />
-        </tc:panel>
-      </tc:box>
-    </tc:panel>
-  </jsp:body>
-</layout:overview>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
+
+<layout:overview>
+  <jsp:body>
+    <tc:panel>
+      <f:facet name="layout">
+        <tc:gridLayout />
+      </f:facet>
+
+  <%--
+      <tc:out escape="false" value="#{overviewBundle.form_text1}" />
+  --%>
+
+      <tc:box label="#{overviewBundle.form_outTitle}">
+        <f:facet name="layout">
+          <tc:gridLayout rows="80px;fixed;fixed;fixed" />
+        </f:facet>
+
+        <tc:out escape="false" value="#{overviewBundle.form_text2}" />
+
+        <tc:box label="#{overviewBundle.form_in1Title}">
+          <f:facet name="layout">
+            <tc:gridLayout rows="fixed;fixed;" columns="1*;100px"  />
+          </f:facet>
+
+          <tc:form id="form1" >
+            <tx:in value="#{demo.text[0]}" required="true" label="#{overviewBundle.newValue1}" />
+            <tc:cell spanY="2" >
+              <tc:button label="#{overviewBundle.submitForm1}" />
+            </tc:cell>
+            <tx:in value="#{demo.text[0]}" readonly="true" label="#{overviewBundle.modelValue1}" />
+          </tc:form>
+
+        </tc:box>
+
+        <tc:box label="#{overviewBundle.form_in2Title}">
+          <f:facet name="layout">
+            <tc:gridLayout rows="fixed;fixed" columns="1*;100px"/>
+          </f:facet>
+
+          <tc:form id="form2">
+            <tx:in value="#{demo.text[1]}" required="true" label="#{overviewBundle.newValue2}" />
+            <tc:cell spanY="2" >
+               <tc:button label="#{overviewBundle.submitForm2}" />
+            </tc:cell>
+            <tx:in value="#{demo.text[1]}" readonly="true" label="#{overviewBundle.modelValue2}" />
+          </tc:form>
+        </tc:box>
+
+        <tc:panel>
+          <f:facet name="layout">
+            <tc:gridLayout columns="*;fixed" rows="fixed;*"  />
+          </f:facet>
+
+          <tc:cell/>
+          <tc:button label="#{overviewBundle.submitAll}" />
+          <tc:cell spanX="2" />
+        </tc:panel>
+      </tc:box>
+    </tc:panel>
+  </jsp:body>
+</layout:overview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/form.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/form.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/intro.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/intro.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/intro.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/intro.jsp Sun Sep 23 11:51:32 2007
@@ -1,25 +1,25 @@
-<%--
- * 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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
-
-<layout:overview>
-  <jsp:body>
-    <tc:out escape="false" value="#{overviewBundle.intro_text}" />
-  </jsp:body>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
+
+<layout:overview>
+  <jsp:body>
+    <tc:out escape="false" value="#{overviewBundle.intro_text}" />
+  </jsp:body>
 </layout:overview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/intro.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/intro.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/layout.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/layout.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/layout.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/layout.jsp Sun Sep 23 11:51:32 2007
@@ -1,62 +1,62 @@
-<%--
- * 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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
-
-<layout:overview>
-  <jsp:body>
-    <tc:panel>
-      <f:facet name="layout">
-        <tc:gridLayout rows="2*;7*" />
-      </f:facet>
-
-      <tc:out escape="false" value="#{overviewBundle.layout_text}" />
-<%-- code-sniplet-start id="layoutManagementExample" --%>
-      <tc:box label="#{overviewBundle.layout_exampleTitle}">
-        <f:facet name="layout">
-          <tc:gridLayout columns="1*;1*" rows="fixed;fixed;fixed;fixed;fixed;*"/>
-        </f:facet>
-        <tx:selectOneChoice value="#{overviewController.singleValue}"
-                            label="#{overviewBundle.layout_salutation}"
-                            converter="salutationId" >
-          <f:selectItems value="#{overviewController.items}" />
-        </tx:selectOneChoice>
-        <tc:cell/>
-
-        <tx:in value="" label="#{overviewBundle.layout_firstName}" />
-        <tx:in value="" label="#{overviewBundle.layout_lastName}" />
-
-        <tc:cell spanX="2">
-          <tx:in value="" label="#{overviewBundle.layout_co}" />
-        </tc:cell>
-
-        <tx:in value="" label="#{overviewBundle.layout_street}" />
-        <tx:in value="" label="#{overviewBundle.layout_streetNumber}" />
-
-        <tx:in value="" label="#{overviewBundle.layout_zipCode}" />
-        <tx:in value="" label="#{overviewBundle.layout_city}" />
-
-        <tc:cell spanX="2">
-          <tx:textarea value="" label="#{overviewBundle.layout_note}" />
-        </tc:cell>
-      </tc:box>
-<%-- code-sniplet-end id="layoutManagementExample" --%>
-    </tc:panel>
-  </jsp:body>
-</layout:overview>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
+
+<layout:overview>
+  <jsp:body>
+    <tc:panel>
+      <f:facet name="layout">
+        <tc:gridLayout rows="2*;7*" />
+      </f:facet>
+
+      <tc:out escape="false" value="#{overviewBundle.layout_text}" />
+<%-- code-sniplet-start id="layoutManagementExample" --%>
+      <tc:box label="#{overviewBundle.layout_exampleTitle}">
+        <f:facet name="layout">
+          <tc:gridLayout columns="1*;1*" rows="fixed;fixed;fixed;fixed;fixed;*"/>
+        </f:facet>
+        <tx:selectOneChoice value="#{overviewController.singleValue}"
+                            label="#{overviewBundle.layout_salutation}"
+                            converter="salutationId" >
+          <f:selectItems value="#{overviewController.items}" />
+        </tx:selectOneChoice>
+        <tc:cell/>
+
+        <tx:in value="" label="#{overviewBundle.layout_firstName}" />
+        <tx:in value="" label="#{overviewBundle.layout_lastName}" />
+
+        <tc:cell spanX="2">
+          <tx:in value="" label="#{overviewBundle.layout_co}" />
+        </tc:cell>
+
+        <tx:in value="" label="#{overviewBundle.layout_street}" />
+        <tx:in value="" label="#{overviewBundle.layout_streetNumber}" />
+
+        <tx:in value="" label="#{overviewBundle.layout_zipCode}" />
+        <tx:in value="" label="#{overviewBundle.layout_city}" />
+
+        <tc:cell spanX="2">
+          <tx:textarea value="" label="#{overviewBundle.layout_note}" />
+        </tc:cell>
+      </tc:box>
+<%-- code-sniplet-end id="layoutManagementExample" --%>
+    </tc:panel>
+  </jsp:body>
+</layout:overview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/layout.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/layout.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.jsp Sun Sep 23 11:51:32 2007
@@ -1,59 +1,59 @@
-<%--
- * 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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
-
-<layout:overview>
-  <jsp:body>
-    <tc:panel>
-      <f:facet name="layout">
-        <tc:gridLayout rows="80px;120px;1*"  />
-      </f:facet>
-
-      <tc:out escape="false" value="#{overviewBundle.locale_text}" />
-
-      <tc:box label="#{overviewBundle.locale_title}" height="150px">
-        <f:facet name="layout">
-          <tc:gridLayout rows="fixed;1*" />
-        </f:facet>
-
-        <tx:selectOneChoice value="#{clientConfigController2.locale}"
-            label="#{overviewBundle.locale}">
-          <f:selectItems value="#{clientConfigController2.localeItems}" />
-        </tx:selectOneChoice>
-
-        <tc:panel>
-          <f:facet name="layout">
-            <tc:gridLayout columns="100px;*;100px" rows="1*;fixed"/>
-          </f:facet>
-          <tc:cell spanY="2" >
-            <tc:image value="image/country.gif" width="100px" height="100px" />
-          </tc:cell>
-
-          <tc:cell spanY="2"/>
-
-          <tc:cell/>
-          <tc:button action="#{clientConfigController2.submit}" label="#{overviewBundle.locale_submit}" />
-        </tc:panel>
-
-      </tc:box>
-      <tc:cell/>
-    </tc:panel>
-  </jsp:body>
-</layout:overview>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
+
+<layout:overview>
+  <jsp:body>
+    <tc:panel>
+      <f:facet name="layout">
+        <tc:gridLayout rows="80px;120px;1*"  />
+      </f:facet>
+
+      <tc:out escape="false" value="#{overviewBundle.locale_text}" />
+
+      <tc:box label="#{overviewBundle.locale_title}" height="150px">
+        <f:facet name="layout">
+          <tc:gridLayout rows="fixed;1*" />
+        </f:facet>
+
+        <tx:selectOneChoice value="#{clientConfigController2.locale}"
+            label="#{overviewBundle.locale}">
+          <f:selectItems value="#{clientConfigController2.localeItems}" />
+        </tx:selectOneChoice>
+
+        <tc:panel>
+          <f:facet name="layout">
+            <tc:gridLayout columns="100px;*;100px" rows="1*;fixed"/>
+          </f:facet>
+          <tc:cell spanY="2" >
+            <tc:image value="image/country.gif" width="100px" height="100px" />
+          </tc:cell>
+
+          <tc:cell spanY="2"/>
+
+          <tc:cell/>
+          <tc:button action="#{clientConfigController2.submit}" label="#{overviewBundle.locale_submit}" />
+        </tc:panel>
+
+      </tc:box>
+      <tc:cell/>
+    </tc:panel>
+  </jsp:body>
+</layout:overview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/sheet.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/sheet.jsp?rev=578592&r1=578591&r2=578592&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/sheet.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/sheet.jsp Sun Sep 23 11:51:32 2007
@@ -1,151 +1,151 @@
-<%--
- * 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.
---%>
-<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
-<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
-<%@ page pageEncoding="UTF-8" %>
-<layout:overview>
-  <jsp:body>
-    <tc:box label="#{overviewBundle.sheet_sampleTitle}" id="sheetBox">
-      <f:facet name="layout">
-        <tc:gridLayout rows="2*;3*"/>
-      </f:facet>
-      <f:facet name="toolBar">
-        <tc:toolBar>
-          <tc:toolBarCommand label="#" tip="#{overviewBundle.sheet_configTip}">
-            <tc:attribute name="renderedPartially" value="sheetConfigPopup"/>
-            <f:facet name="popup">
-              <tc:popup width="300" height="270" id="sheetConfigPopup">
-                <tc:box label="#{overviewBundle.sheet_configTitle}">
-                  <f:facet name="layout">
-                    <tc:gridLayout rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;1*;fixed"/>
-                  </f:facet>
-                  <tx:selectOneChoice label="showHeader"
-                                      value="#{overviewController.sheetConfig.sheetShowHeader}"
-                                      tip="TODO: show Header Text">
-                    <f:selectItem itemValue="#{true}" itemLabel="True"/>
-                    <f:selectItem itemValue="#{false}" itemLabel="False"/>
-                  </tx:selectOneChoice>
-                       <tx:in label="first"
-                         value="#{overviewController.sheetConfig.sheetFirst}"
-                         tip="TODO: paging Start Text">
-                    <f:validateLongRange minimum="0"/>
-                  </tx:in>
-                  <tx:in label="rows"
-                         value="#{overviewController.sheetConfig.sheetRows}"
-                         tip="TODO: paging Lenght Text">
-                    <f:validateLongRange minimum="1"/>
-                  </tx:in>
-
-                  <tx:selectOneChoice label="showRowRange"
-                                      value="#{overviewController.sheetConfig.sheetRowPagingPosition}"
-                                      tip="TODO: paging DirectLinkCount Text">
-                    <f:selectItems value="#{overviewController.sheetConfig.sheetPagingPositionItems}"/>
-                  </tx:selectOneChoice>
-
-                  <tx:selectOneChoice label="showPageRange"
-                                      value="#{overviewController.sheetConfig.sheetPagePagingPosition}"
-                                      tip="TODO: paging DirectLinkCount Text">
-                    <f:selectItems value="#{overviewController.sheetConfig.sheetPagingPositionItems}"/>
-                  </tx:selectOneChoice>
-
-                  <tx:selectOneChoice label="showDirectLinks"
-                                      value="#{overviewController.sheetConfig.sheetDirectPagingPosition}"
-                                      tip="TODO: paging DirectLinkCount Text">
-                    <f:selectItems value="#{overviewController.sheetConfig.sheetPagingPositionItems}"/>
-                  </tx:selectOneChoice>
-
-                  <tx:selectOneChoice label="directLinkCount"
-                                      value="#{overviewController.sheetConfig.sheetDirectLinkCount}"
-                                      tip="TODO: paging DirectLinkCount Text">
-                    <f:selectItems value="#{overviewController.sheetConfig.sheetDirectLinkCountItems}"/>
-                  </tx:selectOneChoice>
-
-                  <tx:selectOneChoice label="selectable"
-                                      value="#{overviewController.sheetConfig.selectable}"
-                                      tip="TODO: selectable Text">
-                    <f:selectItems value="#{overviewController.sheetConfig.sheetSelectableItems}"/>
-                  </tx:selectOneChoice>
-
-                  <tc:cell/>
-
-                  <tc:cell>
-                    <f:facet name="layout">
-                      <tc:gridLayout columns="100px;1*;100px"
-                                     marginLeft="10px" marginRight="10px"/>
-                    </f:facet>
-                    <tc:button label="Cancel">
-                      <tc:attribute name="popupClose" value="immediate"/>
-                    </tc:button>
-                    <tc:cell/>
-                    <tc:button label="Ok">
-                      <tc:attribute name="popupClose" value="afterSubmit"/>
-                      <tc:attribute name="renderedPartially" value=":page:sheetBox"/>
-                    </tc:button>
-                  </tc:cell>
-
-                </tc:box>
-              </tc:popup>
-            </f:facet>
-          </tc:toolBarCommand>
-        </tc:toolBar>
-      </f:facet>
-
-      <tc:out escape="false" value="#{overviewBundle.sheet_text}"/>
-
-      <tc:sheet value="#{demo.solarList}" id="sheet"
-                columns="3*;1*;3*;3*;3*;3*" var="luminary"
-                state="#{demo.sheetState}"
-                showHeader="#{overviewController.sheetConfig.sheetShowHeader}"
-                showRowRange="#{overviewController.sheetConfig.sheetRowPagingPosition}"
-                showPageRange="#{overviewController.sheetConfig.sheetPagePagingPosition}"
-                showDirectLinks="#{overviewController.sheetConfig.sheetDirectPagingPosition}"
-                first="#{overviewController.sheetConfig.sheetFirst}"
-                rows="#{overviewController.sheetConfig.sheetRows}"
-                directLinkCount="#{overviewController.sheetConfig.sheetDirectLinkCount}"
-                stateChangeListener="#{demo.stateChangeListener}"
-                sortActionListener="#{overviewController.sheetSorter}"
-                selectable="#{overviewController.sheetConfig.selectable}">
-<%--
-        <f:facet name="reload">
-          <tc:reload frequency="5000"/>
-        </f:facet>
---%>
-        <tc:column label="#{overviewBundle.solarArrayName}" id="name" sortable="true">
-          <tc:out value="#{luminary.name}" id="t_name"/>
-        </tc:column>
-        <tc:column label="#{overviewBundle.solarArrayNumber}" id="number" sortable="false"
-                   tip="#{overviewBundle.solarArrayNumberTip}" align="center">
-          <tc:out value="#{luminary.number}" id="t_number"/>
-        </tc:column>
-        <tc:column label="#{overviewBundle.solarArrayOrbit}" sortable="true" id="orbit">
-          <tc:out value="#{luminary.orbit}" id="t_orbit"/>
-        </tc:column>
-        <tc:column label="#{overviewBundle.solarArrayPopulation}" sortable="true" id="population">
-          <tc:in value="#{luminary.population}" id="t_population"/>
-        </tc:column>
-        <tc:column label="#{overviewBundle.solarArrayDistance}" sortable="true" align="right" id="distance">
-          <tc:out value="#{luminary.distance}" id="t_distance"/>
-        </tc:column>
-        <tc:column label="#{overviewBundle.solarArrayPeriod}" sortable="true" align="right" id="period">
-          <tc:out value="#{luminary.period}" id="t_period"/>
-        </tc:column>
-      </tc:sheet>
-    </tc:box>
-  </jsp:body>
-</layout:overview>
+<%--
+ * 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.
+--%>
+<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
+<%@ page pageEncoding="UTF-8" %>
+<layout:overview>
+  <jsp:body>
+    <tc:box label="#{overviewBundle.sheet_sampleTitle}" id="sheetBox">
+      <f:facet name="layout">
+        <tc:gridLayout rows="2*;3*"/>
+      </f:facet>
+      <f:facet name="toolBar">
+        <tc:toolBar>
+          <tc:toolBarCommand label="#" tip="#{overviewBundle.sheet_configTip}">
+            <tc:attribute name="renderedPartially" value="sheetConfigPopup"/>
+            <f:facet name="popup">
+              <tc:popup width="300" height="270" id="sheetConfigPopup">
+                <tc:box label="#{overviewBundle.sheet_configTitle}">
+                  <f:facet name="layout">
+                    <tc:gridLayout rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;1*;fixed"/>
+                  </f:facet>
+                  <tx:selectOneChoice label="showHeader"
+                                      value="#{overviewController.sheetConfig.sheetShowHeader}"
+                                      tip="TODO: show Header Text">
+                    <f:selectItem itemValue="#{true}" itemLabel="True"/>
+                    <f:selectItem itemValue="#{false}" itemLabel="False"/>
+                  </tx:selectOneChoice>
+                       <tx:in label="first"
+                         value="#{overviewController.sheetConfig.sheetFirst}"
+                         tip="TODO: paging Start Text">
+                    <f:validateLongRange minimum="0"/>
+                  </tx:in>
+                  <tx:in label="rows"
+                         value="#{overviewController.sheetConfig.sheetRows}"
+                         tip="TODO: paging Lenght Text">
+                    <f:validateLongRange minimum="1"/>
+                  </tx:in>
+
+                  <tx:selectOneChoice label="showRowRange"
+                                      value="#{overviewController.sheetConfig.sheetRowPagingPosition}"
+                                      tip="TODO: paging DirectLinkCount Text">
+                    <f:selectItems value="#{overviewController.sheetConfig.sheetPagingPositionItems}"/>
+                  </tx:selectOneChoice>
+
+                  <tx:selectOneChoice label="showPageRange"
+                                      value="#{overviewController.sheetConfig.sheetPagePagingPosition}"
+                                      tip="TODO: paging DirectLinkCount Text">
+                    <f:selectItems value="#{overviewController.sheetConfig.sheetPagingPositionItems}"/>
+                  </tx:selectOneChoice>
+
+                  <tx:selectOneChoice label="showDirectLinks"
+                                      value="#{overviewController.sheetConfig.sheetDirectPagingPosition}"
+                                      tip="TODO: paging DirectLinkCount Text">
+                    <f:selectItems value="#{overviewController.sheetConfig.sheetPagingPositionItems}"/>
+                  </tx:selectOneChoice>
+
+                  <tx:selectOneChoice label="directLinkCount"
+                                      value="#{overviewController.sheetConfig.sheetDirectLinkCount}"
+                                      tip="TODO: paging DirectLinkCount Text">
+                    <f:selectItems value="#{overviewController.sheetConfig.sheetDirectLinkCountItems}"/>
+                  </tx:selectOneChoice>
+
+                  <tx:selectOneChoice label="selectable"
+                                      value="#{overviewController.sheetConfig.selectable}"
+                                      tip="TODO: selectable Text">
+                    <f:selectItems value="#{overviewController.sheetConfig.sheetSelectableItems}"/>
+                  </tx:selectOneChoice>
+
+                  <tc:cell/>
+
+                  <tc:cell>
+                    <f:facet name="layout">
+                      <tc:gridLayout columns="100px;1*;100px"
+                                     marginLeft="10px" marginRight="10px"/>
+                    </f:facet>
+                    <tc:button label="Cancel">
+                      <tc:attribute name="popupClose" value="immediate"/>
+                    </tc:button>
+                    <tc:cell/>
+                    <tc:button label="Ok">
+                      <tc:attribute name="popupClose" value="afterSubmit"/>
+                      <tc:attribute name="renderedPartially" value=":page:sheetBox"/>
+                    </tc:button>
+                  </tc:cell>
+
+                </tc:box>
+              </tc:popup>
+            </f:facet>
+          </tc:toolBarCommand>
+        </tc:toolBar>
+      </f:facet>
+
+      <tc:out escape="false" value="#{overviewBundle.sheet_text}"/>
+
+      <tc:sheet value="#{demo.solarList}" id="sheet"
+                columns="3*;1*;3*;3*;3*;3*" var="luminary"
+                state="#{demo.sheetState}"
+                showHeader="#{overviewController.sheetConfig.sheetShowHeader}"
+                showRowRange="#{overviewController.sheetConfig.sheetRowPagingPosition}"
+                showPageRange="#{overviewController.sheetConfig.sheetPagePagingPosition}"
+                showDirectLinks="#{overviewController.sheetConfig.sheetDirectPagingPosition}"
+                first="#{overviewController.sheetConfig.sheetFirst}"
+                rows="#{overviewController.sheetConfig.sheetRows}"
+                directLinkCount="#{overviewController.sheetConfig.sheetDirectLinkCount}"
+                stateChangeListener="#{demo.stateChangeListener}"
+                sortActionListener="#{overviewController.sheetSorter}"
+                selectable="#{overviewController.sheetConfig.selectable}">
+<%--
+        <f:facet name="reload">
+          <tc:reload frequency="5000"/>
+        </f:facet>
+--%>
+        <tc:column label="#{overviewBundle.solarArrayName}" id="name" sortable="true">
+          <tc:out value="#{luminary.name}" id="t_name"/>
+        </tc:column>
+        <tc:column label="#{overviewBundle.solarArrayNumber}" id="number" sortable="false"
+                   tip="#{overviewBundle.solarArrayNumberTip}" align="center">
+          <tc:out value="#{luminary.number}" id="t_number"/>
+        </tc:column>
+        <tc:column label="#{overviewBundle.solarArrayOrbit}" sortable="true" id="orbit">
+          <tc:out value="#{luminary.orbit}" id="t_orbit"/>
+        </tc:column>
+        <tc:column label="#{overviewBundle.solarArrayPopulation}" sortable="true" id="population">
+          <tc:in value="#{luminary.population}" id="t_population"/>
+        </tc:column>
+        <tc:column label="#{overviewBundle.solarArrayDistance}" sortable="true" align="right" id="distance">
+          <tc:out value="#{luminary.distance}" id="t_distance"/>
+        </tc:column>
+        <tc:column label="#{overviewBundle.solarArrayPeriod}" sortable="true" align="right" id="period">
+          <tc:out value="#{luminary.period}" id="t_period"/>
+        </tc:column>
+      </tc:sheet>
+    </tc:box>
+  </jsp:body>
+</layout:overview>

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/sheet.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/sheet.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL