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/02/01 17:06:07 UTC

svn commit: r1781273 - /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: Wed Feb  1 17:06:07 2017
New Revision: 1781273

URL: http://svn.apache.org/viewvc?rev=1781273&view=rev
Log:
TOBAGO-1687: After a Download/Non Faces Response no AJAX is possible
fixed

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=1781273&r1=1781272&r2=1781273&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 Wed Feb  1 17:06:07 2017
@@ -44,16 +44,6 @@
       Is seems there are problems with the first example in Firefox, if it is configured to
       NOT view PDF inside the browser.
     </li>
-    <li>
-      BUG: Currently after a download the next AJAX is broken:
-      <tc:button label="test">
-        <f:ajax render="millis"/>
-      </tc:button>
-
-      <tc:out label="Current SS:MMM" id="millis" value="#{partialReloadController.currentDate}">
-        <f:convertDateTime pattern="ss:SSS"/>
-      </tc:out>
-    </li>
   </ul>
 
 </ui:composition>