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 2014/01/06 15:38:10 UTC

svn commit: r1555817 - in /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main: java/org/apache/myfaces/tobago/example/test/ webapp/test/forEach/

Author: lofwyr
Date: Mon Jan  6 14:38:10 2014
New Revision: 1555817

URL: http://svn.apache.org/r1555817
Log:
better file names

Added:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/panel-one-fragment.xhtml
      - copied unchanged from r1555816, myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/panel-one.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/panel-three-fragment.xhtml
      - copied unchanged from r1555816, myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/panel-three.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/panel-two-fragment.xhtml
      - copied unchanged from r1555816, myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/panel-two.xhtml
Removed:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/panel-one.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/panel-three.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/panel-two.xhtml
Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/DynamicPanel.java
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/dynamic-include.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/DynamicPanel.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/DynamicPanel.java?rev=1555817&r1=1555816&r2=1555817&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/DynamicPanel.java (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/DynamicPanel.java Mon Jan  6 14:38:10 2014
@@ -22,9 +22,9 @@ package org.apache.myfaces.tobago.exampl
 public abstract class DynamicPanel {
 
   private static final String[] PANEL_FILES = new String[]{
-      "panel-one.xhtml",
-      "panel-two.xhtml",
-      "panel-three.xhtml"};
+      "panel-one-fragment.xhtml",
+      "panel-two-fragment.xhtml",
+      "panel-three-fragment.xhtml"};
 
   private final String name;
 

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/dynamic-include.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/dynamic-include.xhtml?rev=1555817&r1=1555816&r2=1555817&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/dynamic-include.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/forEach/dynamic-include.xhtml Mon Jan  6 14:38:10 2014
@@ -41,6 +41,9 @@
           <b>Important:</b> The action has to return a view-id, and not null,
           So you ensure you get a new view, and no problems with ids.
         </p>
+        <p>
+          TODO: Automatic test with Selenium!
+        </p>
       </tc:panel>
       <tc:messages/>
       <c:forEach var="panel" items="#{dynamic.panels}">