You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/05/12 22:51:40 UTC

svn commit: r943678 - in /myfaces/tomahawk/trunk/examples/simple20/src/main/webapp: ./ META-INF/templates/

Author: lu4242
Date: Wed May 12 20:51:39 2010
New Revision: 943678

URL: http://svn.apache.org/viewvc?rev=943678&view=rev
Log:
change id="body" to id="idbody" to do not conflict with jsf spec

Modified:
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/META-INF/templates/pageLayout.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/calendar.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/countryTableForm.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/crossDataTable.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataScroller.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataTable.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/date.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/div.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/fileupload.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml-multiple.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/masterDetail.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/optDataTable.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/panelstack.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample1.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample2.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/selectOneRow.xhtml
    myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/validate.xhtml

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/META-INF/templates/pageLayout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/META-INF/templates/pageLayout.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/META-INF/templates/pageLayout.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/META-INF/templates/pageLayout.xhtml Wed May 12 20:51:39 2010
@@ -136,7 +136,7 @@
         </f:facet>
 
         <f:facet name="body">
-            <h:panelGroup id="body">
+            <h:panelGroup id="idbody">
                 <ui:insert name="body"/>
             </h:panelGroup>
         </f:facet>

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/calendar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/calendar.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/calendar.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/calendar.xhtml Wed May 12 20:51:39 2010
@@ -32,7 +32,7 @@
 
     <t:saveState value="#{calendarBean}"/>
 
-        <h:panelGroup id="body">
+        <h:panelGroup id="idbody">
 
         <t:messages id="messageList" showSummary="false" showDetail="true" />
 

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/countryTableForm.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/countryTableForm.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/countryTableForm.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/countryTableForm.xhtml Wed May 12 20:51:39 2010
@@ -29,7 +29,7 @@
 <body>
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <h:form id="form" style="display:inline" >
 

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/crossDataTable.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/crossDataTable.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/crossDataTable.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/crossDataTable.xhtml Wed May 12 20:51:39 2010
@@ -30,7 +30,7 @@
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
     <h:form>
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <h:panelGrid columns="1">
             <h:commandLink rendered="#{!crossDataTable.editValues}" action="#{crossDataTable.editValues}"

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataScroller.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataScroller.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataScroller.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataScroller.xhtml Wed May 12 20:51:39 2010
@@ -34,7 +34,7 @@
         <h:inputText value="#{scrollerList.rowCount}" />
         <h:commandButton value="set rowCount"/>
 
-        <h:panelGroup id="body">
+        <h:panelGroup id="idbody">
 
             <t:dataTable id="data"
                     styleClass="scrollerTable"

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataTable.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataTable.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataTable.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/dataTable.xhtml Wed May 12 20:51:39 2010
@@ -30,7 +30,7 @@
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
       <h:form>
-           <h:panelGroup id="body">
+           <h:panelGroup id="idbody">
 
                <h:panelGrid columns="1">
                    <h:commandLink action="go_country" immediate="true">

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/date.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/date.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/date.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/date.xhtml Wed May 12 20:51:39 2010
@@ -29,7 +29,7 @@
 <body>
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <h:messages id="messageList" showSummary="true" showDetail="true" />
 

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/div.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/div.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/div.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/div.xhtml Wed May 12 20:51:39 2010
@@ -29,7 +29,7 @@
 <body>
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <h:messages id="messageList" showSummary="true" showDetail="true" />
 

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/fileupload.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/fileupload.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/fileupload.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/fileupload.xhtml Wed May 12 20:51:39 2010
@@ -31,7 +31,7 @@
   <ui:define name="body">
     <t:saveState value="#{fileUploadForm.name}"/>
 
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <h:messages id="messageList" showSummary="true" />
 

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml-multiple.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml-multiple.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml-multiple.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml-multiple.xhtml Wed May 12 20:51:39 2010
@@ -29,7 +29,7 @@
 <body>
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <h:form>
                 <h1>Html Editor - multiple instances</h1>

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/inputHtml.xhtml Wed May 12 20:51:39 2010
@@ -29,7 +29,7 @@
 <body>
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <h:form>
             <h1>Html Editor</h1>

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/masterDetail.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/masterDetail.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/masterDetail.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/masterDetail.xhtml Wed May 12 20:51:39 2010
@@ -30,7 +30,7 @@
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
 <h:form>
-<h:panelGroup id="body">
+<h:panelGroup id="idbody">
 
 <h:panelGrid columns="1">
     <h:commandLink action="go_country" immediate="true">

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/optDataTable.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/optDataTable.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/optDataTable.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/optDataTable.xhtml Wed May 12 20:51:39 2010
@@ -30,7 +30,7 @@
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
 <h:form>
-	<h:panelGroup id="body">
+	<h:panelGroup id="idbody">
 
 		<h:panelGrid columns="2">
 			<f:facet name="footer">

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/panelstack.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/panelstack.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/panelstack.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/panelstack.xhtml Wed May 12 20:51:39 2010
@@ -29,7 +29,7 @@
 <body>
  <ui:composition template="/META-INF/templates/template.xhtml">
    <ui:define name="body">
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
         <h:form id="selection">
                 <h:selectOneMenu id="selone_menu_panel" value="#{stackState.selected}" styleClass="selectOneMenu" onchange="document.forms['selection'].submit();">
                     <f:selectItem itemValue="treePanel" itemLabel="#{example_messages['treePanel']}" />

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample1.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample1.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample1.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample1.xhtml Wed May 12 20:51:39 2010
@@ -29,7 +29,7 @@
 <body>
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <t:saveState id="save1" value="#{calcForm.number1}" />
         <t:saveState id="save2" value="#{calcForm.number2}" />

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample2.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample2.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample2.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/sample2.xhtml Wed May 12 20:51:39 2010
@@ -29,7 +29,7 @@
 <body>
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <h:messages id="messageList" />
 

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/selectOneRow.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/selectOneRow.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/selectOneRow.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/selectOneRow.xhtml Wed May 12 20:51:39 2010
@@ -31,7 +31,7 @@
   <ui:define name="body">
     <h:form>
 
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <t:dataTable id="data"
                 styleClass="scrollerTable"

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/validate.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/validate.xhtml?rev=943678&r1=943677&r2=943678&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/validate.xhtml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/validate.xhtml Wed May 12 20:51:39 2010
@@ -29,7 +29,7 @@
 <body>
  <ui:composition template="/META-INF/templates/template.xhtml">
   <ui:define name="body">
-    <h:panelGroup id="body">
+    <h:panelGroup id="idbody">
 
         <t:messages showDetail="true" showSummary="false"/>