You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/03/22 09:01:05 UTC

svn commit: r1084092 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-5-error-on-server.xhtml

Author: lofwyr
Date: Tue Mar 22 08:01:05 2011
New Revision: 1084092

URL: http://svn.apache.org/viewvc?rev=1084092&view=rev
Log:
check exception on server

Added:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-5-error-on-server.xhtml
      - copied, changed from r1083758, myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-3-ok.xhtml

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-5-error-on-server.xhtml (from r1083758, myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-3-ok.xhtml)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-5-error-on-server.xhtml?p2=myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-5-error-on-server.xhtml&p1=myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-3-ok.xhtml&r1=1083758&r2=1084092&rev=1084092&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-3-ok.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/meta-test/meta-5-error-on-server.xhtml Tue Mar 22 08:01:05 2011
@@ -22,7 +22,8 @@
 
   <tc:page id="page">
 
-    <tc:out value="Test of the automatic test system."/>
+    <!-- browser.errorOnPage doesn't exists: thats the error on this page -->
+    <tc:out value="#{browser.errorOnPage}"/>
 
   </tc:page>