Author: matzew
Date: Fri Jan  5 08:41:41 2007
New Revision: 493075

URL: http://svn.apache.org/viewvc?view=rev&rev=493075
Log:
fixed broken example

Modified:
    
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx

Modified: 
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx?view=diff&rev=493075&r1=493074&r2=493075
==============================================================================
--- 
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx
 (original)
+++ 
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx
 Fri Jan  5 08:41:41 2007
@@ -37,15 +37,16 @@
       <trh:tableLayout width="80%">
        <trh:rowLayout>
         <tr:inputText autoSubmit="true"
-                      value="Change this text"
+                      id="input1"
+                      value="#{sessionScope['pprTest']}"
                       label="Enter text here and tab out: "
                       valueChangeListener="#{partialDemoUtil.valueChanged}"/>
         <tr:panelLabelAndMessage label="You entered: ">
          <tr:outputFormatted id="itTarget"
                              styleUsage="instruction"
-                             binding="#{partialDemoUtil.textUpdate}"
-                             value="nothing yet"/>
-        </tr:panelLabelAndMessage>
+                             partialTriggers="input1"
+                             value="#{sessionScope['pprTest']}" />
+       </tr:panelLabelAndMessage>
        </trh:rowLayout>
       </trh:tableLayout>
      </tr:panelGroupLayout>
@@ -53,4 +54,4 @@
    </tr:panelPartialRoot>
   </trh:html>
  </f:view>
-</jsp:root>
+</jsp:root>
\ No newline at end of file


Reply via email to