Updated Branches: refs/heads/master 17fdf0ef9 -> 190f9982c
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/fdbe13cd Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/fdbe13cd Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/fdbe13cd Branch: refs/heads/master Commit: fdbe13cd472920011be4bc424e3bb22d54e53c5f Parents: 17fdf0e Author: tandraschko <[email protected]> Authored: Sun Feb 2 22:49:40 2014 +0100 Committer: tandraschko <[email protected]> Committed: Sun Feb 2 22:49:40 2014 +0100 ---------------------------------------------------------------------- .../src/main/webapp/views/windowhandling/lazy/test.xhtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/fdbe13cd/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/test.xhtml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/test.xhtml b/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/test.xhtml index e6f1569..eb7ff03 100644 --- a/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/test.xhtml +++ b/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/test.xhtml @@ -38,6 +38,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 /> @@ -54,11 +59,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>
