You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by jw...@apache.org on 2006/08/18 21:25:22 UTC

svn commit: r432730 - in /incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp: convertValidate/ performance/

Author: jwaldman
Date: Fri Aug 18 14:25:22 2006
New Revision: 432730

URL: http://svn.apache.org/viewvc?rev=432730&view=rev
Log:
fix bug in jspx files where navigationPane was using 'type' instead of 'hint'.

Modified:
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/clientConvert.jspx
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidate.jspx
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidateMessageCustomization.jspx
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/index.jspx
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/performance/multipleComponents_styleMap_adf.jspx

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/clientConvert.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/clientConvert.jspx?rev=432730&r1=432729&r2=432730&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/clientConvert.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/clientConvert.jspx Fri Aug 18 14:25:22 2006
@@ -25,7 +25,7 @@
           <tr:panelPage>
             <tr:messages/>
             <f:facet name="navigationGlobal">
-              <tr:navigationPane type="buttons">
+              <tr:navigationPane hint="buttons">
                 <tr:commandNavigationItem text="Converters and Validators"
                                     action="convertValidateDemos"
                                     immediate="true"/>

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidate.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidate.jspx?rev=432730&r1=432729&r2=432730&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidate.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidate.jspx Fri Aug 18 14:25:22 2006
@@ -24,7 +24,7 @@
           <tr:panelPage>
             <tr:messages/>
             <f:facet name="navigationGlobal">
-              <tr:navigationPane type="buttons">
+              <tr:navigationPane hint="buttons">
                 <tr:commandNavigationItem text="Validators and Converters"
                                     action="convertValidateDemos"
                                     immediate="true"/>

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidateMessageCustomization.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidateMessageCustomization.jspx?rev=432730&r1=432729&r2=432730&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidateMessageCustomization.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/convertValidateMessageCustomization.jspx Fri Aug 18 14:25:22 2006
@@ -24,7 +24,7 @@
           <tr:panelPage>
             <tr:messages/>
             <f:facet name="navigationGlobal">
-              <tr:navigationPane type="buttons">
+              <tr:navigationPane hint="buttons">
                 <tr:commandNavigationItem text="Converters and Validators"
                                     action="convertValidateDemos"
                                     immediate="true"/>

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/index.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/index.jspx?rev=432730&r1=432729&r2=432730&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/index.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/index.jspx Fri Aug 18 14:25:22 2006
@@ -23,7 +23,7 @@
         <tr:form>
           <tr:panelPage>
             <f:facet name="navigationGlobal">
-              <tr:navigationPane type="buttons">
+              <tr:navigationPane hint="buttons">
                <tr:commandNavigationItem text="Return to Feature Demos page"
                                        immediate="true"
                                        action="demos"/>

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/performance/multipleComponents_styleMap_adf.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/performance/multipleComponents_styleMap_adf.jspx?rev=432730&r1=432729&r2=432730&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/performance/multipleComponents_styleMap_adf.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/performance/multipleComponents_styleMap_adf.jspx Fri Aug 18 14:25:22 2006
@@ -59,7 +59,7 @@
                 </tr:navigationPane>
               </f:facet>
               <f:facet name="navigation2">
-                <tr:navigationPane type="bar">
+                <tr:navigationPane hint="bar">
                   <tr:commandNavigationItem text="item 1" action="guide.navigationPane" 
                                    selected="true" />
                   <tr:commandNavigationItem text="item 2" action="guide.navigationPane"