DELTASPIKE-503 cosmetics

Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/190f9982
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/190f9982
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/190f9982

Branch: refs/heads/master
Commit: 190f9982c582ee0dc79b0bc4879a633b31666a4e
Parents: fdbe13c
Author: tandraschko <tandrasc...@apache.org>
Authored: Sun Feb 2 22:49:51 2014 +0100
Committer: tandraschko <tandrasc...@apache.org>
Committed: Sun Feb 2 22:49:51 2014 +0100

----------------------------------------------------------------------
 .../webapp/views/windowhandling/lazy/testWithoutJS.xhtml  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/190f9982/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/testWithoutJS.xhtml
----------------------------------------------------------------------
diff --git 
a/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/testWithoutJS.xhtml
 
b/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/testWithoutJS.xhtml
index 7254b33..7d6d13e 100644
--- 
a/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/testWithoutJS.xhtml
+++ 
b/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/testWithoutJS.xhtml
@@ -36,6 +36,11 @@
         <h:link value="GET Link" outcome="test.xhtml" />
         <br />
         <br />
+        <ds:disableClientWindow>
+            <h:link value="GET Link - surrounded by ds:disableClientWindow" 
outcome="test.xhtml" />
+        </ds:disableClientWindow>
+        <br />
+        <br />
         <h:commandLink value="Postback">
         </h:commandLink>
         <br />
@@ -52,11 +57,6 @@
         <h:commandLink value="AJAX Postback with outcome" 
action="test.xhtml?faces-redirect=true">
             <f:ajax render="@form" execute="@this" />
         </h:commandLink>
-        <br />
-        <br />
-        <ds:disableClientWindow>
-            <h:link value="Simple Link - surrounded by ds:disableClientWindow" 
outcome="test.xhtml" />
-        </ds:disableClientWindow>
     </h:form>
     
 </h:body>

Reply via email to