Updated Branches: refs/heads/master fb58108ed -> 50b4955b0
DELTASPIKE-503 removed PF / cosmetics Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/50b4955b Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/50b4955b Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/50b4955b Branch: refs/heads/master Commit: 50b4955b09446ad07c833e9d930ff44b166948af Parents: fb58108 Author: tandraschko <[email protected]> Authored: Sun Feb 2 22:24:04 2014 +0100 Committer: tandraschko <[email protected]> Committed: Sun Feb 2 22:24:04 2014 +0100 ---------------------------------------------------------------------- deltaspike/examples/jsf-playground/pom.xml | 8 --- .../webapp/views/windowhandling/lazy/test.xhtml | 2 +- .../windowhandling/lazy/testPrimeFaces.xhtml | 51 -------------------- 3 files changed, 1 insertion(+), 60 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/50b4955b/deltaspike/examples/jsf-playground/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jsf-playground/pom.xml b/deltaspike/examples/jsf-playground/pom.xml index dd5dab0..1e109c0 100644 --- a/deltaspike/examples/jsf-playground/pom.xml +++ b/deltaspike/examples/jsf-playground/pom.xml @@ -108,14 +108,6 @@ <scope>runtime</scope> </dependency> - <!-- PF snapshots are not available - <dependency> - <groupId>org.primefaces</groupId> - <artifactId>primefaces</artifactId> - <version>5.0-SNAPSHOT</version> - </dependency> - --> - </dependencies> <build> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/50b4955b/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 1643d21..f6033e1 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 @@ -37,7 +37,7 @@ <h:link value="Simple Link" outcome="test.xhtml" /> <br/> <br /> <ds:disableClientWindow> - <h:link value="Simple Link" outcome="test.xhtml" /> + <h:link value="Simple Link with surrounded ds:disableClientWindow" outcome="test.xhtml" /> </ds:disableClientWindow> </h:form> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/50b4955b/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/testPrimeFaces.xhtml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/testPrimeFaces.xhtml b/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/testPrimeFaces.xhtml deleted file mode 100644 index 0028946..0000000 --- a/deltaspike/examples/jsf-playground/src/main/webapp/views/windowhandling/lazy/testPrimeFaces.xhtml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" - xmlns:h="http://java.sun.com/jsf/html" - xmlns:f="http://java.sun.com/jsf/core" - xmlns:ds="http://deltaspike.apache.org/jsf" - xmlns:p="http://primefaces.org/ui"> - -<h:head> - <title>DeltaSpike JSF Playground</title> -</h:head> - -<h:body> - <h:form> - <ds:windowId/> - - DS WindowId: #{dsWindowContext.currentWindowId} - <br /> - <p:inputText id="input" /> - <p:commandButton process="@this" update="@form" value="Update Form" partialSubmit="true"> - </p:commandButton> - <br /> - <h:commandButton value="Update Form"> - <f:ajax execute="@this" render="@form" /> - </h:commandButton> - </h:form> - -</h:body> - -</html> \ No newline at end of file
