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 2017/01/26 16:24:21 UTC

svn commit: r1780421 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/24-non-faces-response/non-faces-response.xhtml

Author: lofwyr
Date: Thu Jan 26 16:24:21 2017
New Revision: 1780421

URL: http://svn.apache.org/viewvc?rev=1780421&view=rev
Log:
 	TOBAGO-1687: After a Download/Non Faces Response no AJAX is possible
 	* minor fix of example

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/24-non-faces-response/non-faces-response.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/24-non-faces-response/non-faces-response.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/24-non-faces-response/non-faces-response.xhtml?rev=1780421&r1=1780420&r2=1780421&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/24-non-faces-response/non-faces-response.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/24-non-faces-response/non-faces-response.xhtml Thu Jan 26 16:24:21 2017
@@ -35,7 +35,7 @@
     <tc:button action="#{bestPracticeController.viewFile(false, false)}" label="View TXT"/>
 
     <tc:out value="A faces request to a non-faces-response. Outside of the Browser."/>
-    <tc:button action="#{bestPracticeController.viewFile(true, false)}" label="View TXT" transition="true"/>
+    <tc:button action="#{bestPracticeController.viewFile(true, false)}" label="View TXT" transition="false"/>
   </tc:segmentLayout>
 
   Problems: