JBoss Rich Faces SVN: r14375 - branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-05-27 10:46:45 -0400 (Wed, 27 May 2009)
New Revision: 14375
Modified:
branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2009-05-27 14:46:20 UTC (rev 14374)
+++ branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2009-05-27 14:46:45 UTC (rev 14375)
@@ -174,7 +174,7 @@
<name>onslide</name>
<classname>java.lang.String</classname>
<description>
- HTML: script expression; a handler is moved on sliding
+ The client side script method to be called when a slider handle is moved
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -183,7 +183,7 @@
<name>onerror</name>
<classname>java.lang.String</classname>
<description>
- HTML: a script expression; event fires whenever an
+ The client side script method to be called whenever an
JavaScript error occurs
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
@@ -193,7 +193,7 @@
<name>oninputkeydown</name>
<classname>java.lang.String</classname>
<description>
- HTML: a script expression; a key is pressed down
+ The client side script method to be called when a key is pressed down in the component input field
</description>
</property>
@@ -201,7 +201,7 @@
<name>oninputkeypress</name>
<classname>java.lang.String</classname>
<description>
- HTML: a script expression; a key is pressed and released
+ The client side script method to be called when a key is pressed and released in the component input field
</description>
</property>
@@ -209,7 +209,7 @@
<name>oninputkeyup</name>
<classname>java.lang.String</classname>
<description>
- HTML: a script expression; a key is released
+ The client side script method to be called when a key is released in the component input field
</description>
</property>
@@ -225,7 +225,7 @@
<name>onchange</name>
<classname>java.lang.String</classname>
<description>
- HTML: script expression; a handler's position is changed on sliding
+ The client side script method to be called when the component input field value is changed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -233,14 +233,14 @@
<property>
<name>onSlideSubmit</name>
<classname>boolean</classname>
- <description>DEPRECATED (use submitOnSlide). If the slider value changes must submit a form. Default value is "true".</description>
+ <description>DEPRECATED (use submitOnSlide). If the slider value is changed, the form is submitted. Default value is "true".</description>
<defaultvalue>true</defaultvalue>
</property>
<property>
<name>submitOnSlide</name>
<classname>boolean</classname>
- <description>If the slider value changes must submit a form. Default value is "true".</description>
+ <description>If the slider value is changed, the form is submitted. Default value is "true".</description>
<defaultvalue>true</defaultvalue>
</property>
15 years, 7 months
JBoss Rich Faces SVN: r14374 - branches/community/3.3.X/ui/extendedDataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-05-27 10:46:20 -0400 (Wed, 27 May 2009)
New Revision: 14374
Modified:
branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
===================================================================
--- branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-05-27 14:45:50 UTC (rev 14373)
+++ branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-05-27 14:46:20 UTC (rev 14374)
@@ -65,8 +65,8 @@
<property>
<name>onselectionchange</name>
<classname>java.lang.String</classname>
- <description> HTML: script expression to invoke on changing of rows
- selection </description>
+ <description>The client side script method to be called when a selected row is changed
+ </description>
</property>
<property>
<name>selectionMode</name>
@@ -180,44 +180,39 @@
<property>
<name>onRowClick</name>
<classname>java.lang.String</classname>
- <description> HTML: a script expression; a pointer button is clicked
- on row </description>
+ <description>The client side script method to be called when the row is clicked</description>
</property>
<property>
<name>onRowDblClick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is
- double-clicked on row </description>
+ <description>The client side script method to be called when the row is double-clicked</description>
</property>
<property>
<name>onRowMouseUp</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is released on
- row </description>
+ <description>The client side script method to be called when a pointer is released over the row</description>
</property>
<property>
<name>onRowMouseDown</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is pressed down
- on row </description>
+ <description>The client side script method to be called when a mouse button is pressed down over the row</description>
</property>
<property>
<name>onRowMouseOver</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved onto of row
+ <description>The client side script method to be called when a pointer is moved onto the rows
</description>
</property>
<property>
<name>onRowMouseOut</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away of row
+ <description>The client side script method to be called when a pointer is moved away from the row
</description>
</property>
<property>
<name>onRowMouseMove</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved within of
- row </description>
+ <description>The client side script method to be called when a pointer is moved within the row</description>
</property>
<property>
<name>sortPriority</name>
15 years, 7 months
JBoss Rich Faces SVN: r14373 - branches/community/3.3.X/ui/gmap/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-05-27 10:45:50 -0400 (Wed, 27 May 2009)
New Revision: 14373
Modified:
branches/community/3.3.X/ui/gmap/src/main/config/component/gmap.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handles descriptions;
Modified: branches/community/3.3.X/ui/gmap/src/main/config/component/gmap.xml
===================================================================
--- branches/community/3.3.X/ui/gmap/src/main/config/component/gmap.xml 2009-05-27 14:44:57 UTC (rev 14372)
+++ branches/community/3.3.X/ui/gmap/src/main/config/component/gmap.xml 2009-05-27 14:45:50 UTC (rev 14373)
@@ -42,7 +42,7 @@
<name>oninit</name>
<classname>java.lang.String</classname>
<description>
- HTML: script expression; the Google Map object is initiated.
+ The client side script method to be called when the Google Map object is initiated
</description>
<defaultvalue>""</defaultvalue>
</property>
15 years, 7 months
JBoss Rich Faces SVN: r14372 - branches/community/3.3.X/ui/virtualEarth/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-05-27 10:44:57 -0400 (Wed, 27 May 2009)
New Revision: 14372
Modified:
branches/community/3.3.X/ui/virtualEarth/src/main/config/component/virtualEarth.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handles descriptions;
Modified: branches/community/3.3.X/ui/virtualEarth/src/main/config/component/virtualEarth.xml
===================================================================
--- branches/community/3.3.X/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2009-05-27 14:26:08 UTC (rev 14371)
+++ branches/community/3.3.X/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2009-05-27 14:44:57 UTC (rev 14372)
@@ -32,7 +32,7 @@
<name>onLoadMap</name>
<classname>java.lang.String</classname>
<description>
- HTML: script expression; the Virtual Earth object is initiated.
+ The client side script method to be called when the Virtual Earth object is initiated
</description>
<defaultvalue>""</defaultvalue>
</property>
15 years, 7 months
JBoss Rich Faces SVN: r14371 - in branches/community/3.3.X/samples/colorPickerDemo: src/main/webapp/pages and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2009-05-27 10:26:08 -0400 (Wed, 27 May 2009)
New Revision: 14371
Removed:
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp
Modified:
branches/community/3.3.X/samples/colorPickerDemo/pom.xml
Log:
revert
Tab: It's impossible to switch between tab in tabPanel if colorPicker presents in the same form
https://jira.jboss.org/jira/browse/RF-7256
Modified: branches/community/3.3.X/samples/colorPickerDemo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/colorPickerDemo/pom.xml 2009-05-27 14:18:36 UTC (rev 14370)
+++ branches/community/3.3.X/samples/colorPickerDemo/pom.xml 2009-05-27 14:26:08 UTC (rev 14371)
@@ -58,10 +58,5 @@
<artifactId>colorPicker</artifactId>
<version>3.3.2-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>tabPanel</artifactId>
- <version>3.3.2-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
Deleted: branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp
===================================================================
--- branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp 2009-05-27 14:18:36 UTC (rev 14370)
+++ branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp 2009-05-27 14:26:08 UTC (rev 14371)
@@ -1,21 +0,0 @@
-<%@ page contentType="application/xhtml+xml; charset=ISO-8859-1"%>
-
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
-<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/tabPanel" prefix="rich" %>
-<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/colorPicker" prefix="colorPicker"%>
-
-<html>
-<body>
-<f:view>
- <h:form id="f">
- <rich:tabPanel id="p" switchType="server">
- <rich:tab id="first" label="first"></rich:tab>
- <rich:tab id="second" label="second"></rich:tab>
- </rich:tabPanel>
- <colorPicker:colorPicker id="color" inputSize="3" />
- </h:form>
-</f:view>
-</body>
-</html>
\ No newline at end of file
15 years, 7 months
JBoss Rich Faces SVN: r14370 - in branches/community/3.3.X/samples/colorPickerDemo: src/main/webapp/pages and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2009-05-27 10:18:36 -0400 (Wed, 27 May 2009)
New Revision: 14370
Added:
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp
Modified:
branches/community/3.3.X/samples/colorPickerDemo/pom.xml
Log:
colorPicker: inputSize attribute doesn't work
https://jira.jboss.org/jira/browse/RF-7257
Modified: branches/community/3.3.X/samples/colorPickerDemo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/colorPickerDemo/pom.xml 2009-05-27 14:17:42 UTC (rev 14369)
+++ branches/community/3.3.X/samples/colorPickerDemo/pom.xml 2009-05-27 14:18:36 UTC (rev 14370)
@@ -58,5 +58,10 @@
<artifactId>colorPicker</artifactId>
<version>3.3.2-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>tabPanel</artifactId>
+ <version>3.3.2-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>
Added: branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp
===================================================================
--- branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp (rev 0)
+++ branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp 2009-05-27 14:18:36 UTC (rev 14370)
@@ -0,0 +1,21 @@
+<%@ page contentType="application/xhtml+xml; charset=ISO-8859-1"%>
+
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
+<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/tabPanel" prefix="rich" %>
+<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/colorPicker" prefix="colorPicker"%>
+
+<html>
+<body>
+<f:view>
+ <h:form id="f">
+ <rich:tabPanel id="p" switchType="server">
+ <rich:tab id="first" label="first"></rich:tab>
+ <rich:tab id="second" label="second"></rich:tab>
+ </rich:tabPanel>
+ <colorPicker:colorPicker id="color" inputSize="3" />
+ </h:form>
+</f:view>
+</body>
+</html>
\ No newline at end of file
15 years, 7 months
JBoss Rich Faces SVN: r14369 - in branches/community/3.3.X/ui/colorPicker/src/main: resources/org/richfaces/renderkit/html/css and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2009-05-27 10:17:42 -0400 (Wed, 27 May 2009)
New Revision: 14369
Modified:
branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml
branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
Log:
colorPicker: inputSize attribute doesn't work
https://jira.jboss.org/jira/browse/RF-7257
Modified: branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml
===================================================================
--- branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml 2009-05-27 14:13:49 UTC (rev 14368)
+++ branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml 2009-05-27 14:17:42 UTC (rev 14369)
@@ -59,6 +59,7 @@
<property>
<name>inputSize</name>
<classname>java.lang.Integer</classname>
+ <defaultvalue>20</defaultvalue>
<description>
inputSize - way to set the size of the edit box
</description>
Modified: branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
===================================================================
--- branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss 2009-05-27 14:13:49 UTC (rev 14368)
+++ branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss 2009-05-27 14:17:42 UTC (rev 14369)
@@ -144,7 +144,6 @@
}
.rich-color-picker-span input{
border: 1px solid;
- width:130px;
vertical-align:middle;
}
.rich-color-picker-icon {
15 years, 7 months
JBoss Rich Faces SVN: r14368 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-05-27 10:13:49 -0400 (Wed, 27 May 2009)
New Revision: 14368
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the 'details of usage' section is updated;
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml 2009-05-27 14:08:18 UTC (rev 14367)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml 2009-05-27 14:13:49 UTC (rev 14368)
@@ -103,7 +103,7 @@
</itemizedlist>
<para><emphasis>
<property>"handleValue"</property>
- </emphasis> is an attribute for keeping the current handler position on the
+ </emphasis> is an attribute for keeping the current handle position on the
<property>dataFilterSlider</property> component. Based on the current value, appropriate
values obtained from a getter method defined in <emphasis>
<property>"filterBy"</property>
@@ -112,12 +112,10 @@
<property>"storeResults"</property>
</emphasis> one that allows the <property>dataFilterSlider</property> component to keep UIData
target object in session.</para>
- <para>If it's necessary the component submits a form on event of a handler state
+ <para>If it's necessary the component submits a form on event of a handle state
changing, use the <emphasis>
- <property>"onSlide"</property>
- </emphasis> attribute (<emphasis>
- <property>"onChange"</property>
- </emphasis> is its alias). When the attribute <code>definition = "true"</code>, submission on this event is
+ <property>"submitOnSlide"</property>
+ </emphasis> attribute. When the attribute definition is <code>"true"</code>, submission on this event is
defined.</para>
<para>
Information about the <emphasis><property>"process"</property></emphasis> attribute usage you can find in the<link linkend="process"> "Decide what to process " </link> guide section.
15 years, 7 months
JBoss Rich Faces SVN: r14367 - branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2009-05-27 10:08:18 -0400 (Wed, 27 May 2009)
New Revision: 14367
Modified:
branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx
Log:
Tab: It's impossible to switch between tab in tabPanel if colorPicker presents in the same form
https://jira.jboss.org/jira/browse/RF-7256
Modified: branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx
===================================================================
--- branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx 2009-05-27 14:02:47 UTC (rev 14366)
+++ branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx 2009-05-27 14:08:18 UTC (rev 14367)
@@ -99,7 +99,7 @@
<label for="#{clientId}-colorPicker-hsb-b">B:</label>
<input id="#{clientId}-colorPicker-hsb-b" class="rich-color-picker-colors-input" type="text" maxlength="3" size="2" />
</div>
- <button type="button" class="rich-color-picker-submit" name="submit">Apply</button>
+ <button type="button" class="rich-color-picker-submit" name="apply">Apply</button>
<button type="button" class="rich-color-picker-cancel" name="cancel">Cancel</button>
</div>
</div>
15 years, 7 months
JBoss Rich Faces SVN: r14366 - in branches/community/3.3.X/test-applications/regressionArea: regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5772 and 4 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2009-05-27 10:02:47 -0400 (Wed, 27 May 2009)
New Revision: 14366
Added:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5772/
branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5772/Bean.java
branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5772/
branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5772/Test.java
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5772.xhtml
Modified:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/WEB-INF/faces-config.xml
Log:
RF-5772 selenium test added.
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5772/Bean.java
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5772/Bean.java (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5772/Bean.java 2009-05-27 14:02:47 UTC (rev 14366)
@@ -0,0 +1,40 @@
+package org.richfaces.regressionarea.issues.rf5772;
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+import javax.faces.model.SelectItem;
+
+import org.jboss.seam.ScopeType;
+import org.jboss.seam.annotations.Name;
+import org.jboss.seam.annotations.Scope;
+import org.jboss.seam.international.LocaleSelector;
+
+@Name("rf5772")
+(a)Scope(ScopeType.SESSION)
+public class Bean {
+
+ private Map<String, List<String>> myMap;
+
+ public Bean() {
+
+ List<String> locals = new ArrayList<String>();
+ for (SelectItem i : LocaleSelector.instance().getSupportedLocales()) {
+ locals.add((String) i.getValue());
+ }
+
+ myMap = new HashMap<String, List<String>>();
+ myMap.put("all", locals);
+
+ }
+
+ public Map<String, List<String>> getMyMap() {
+ return myMap;
+ }
+
+ public void setMyMap(Map<String, List<String>> myMap) {
+ this.myMap = myMap;
+ }
+}
\ No newline at end of file
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5772/Test.java
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5772/Test.java (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5772/Test.java 2009-05-27 14:02:47 UTC (rev 14366)
@@ -0,0 +1,28 @@
+package org.richfaces.testng.rf5772;
+
+import org.richfaces.SeleniumTestBase;
+
+public class Test extends SeleniumTestBase {
+
+ @org.testng.annotations.Test
+ public void testExecute() throws Exception{
+ renderPage();
+
+ AssertPresent("form:listShuttleID");
+
+ Number l1 = selenium.getElementPositionLeft("form:listShuttleID:0");
+ selenium.doubleClick("form:listShuttleID:0");
+ Number l2 = selenium.getElementPositionLeft("form:listShuttleID:0");
+
+ if(l1.intValue()==l2.intValue()){
+ throw new AssertionError("item didn't move to target");
+ }
+
+ }
+
+ @Override
+ public String getTestUrl() {
+ return "pages/rf5772.xhtml";
+ }
+
+}
Modified: branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/WEB-INF/faces-config.xml 2009-05-27 12:29:13 UTC (rev 14365)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/WEB-INF/faces-config.xml 2009-05-27 14:02:47 UTC (rev 14366)
@@ -1,22 +1,32 @@
-<faces-config version="1.2"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
- <!-- application>
- <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
- </application-->
-
-
- <managed-bean>
- <managed-bean-name>configurator</managed-bean-name>
- <managed-bean-class>org.ajax4jsf.bean.Configurator</managed-bean-class>
- <managed-bean-scope>session</managed-bean-scope>
- </managed-bean>
-
-
-
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
+ <!-- application>
+ <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
+ </application-->
+
+
+ <managed-bean>
+ <managed-bean-name>configurator</managed-bean-name>
+ <managed-bean-class>
+ org.ajax4jsf.bean.Configurator
+ </managed-bean-class>
+ <managed-bean-scope>session</managed-bean-scope>
+ </managed-bean>
+
+ <application>
+ <locale-config>
+ <default-locale>en</default-locale>
+ <supported-locale>de</supported-locale>
+ <supported-locale>fr</supported-locale>
+ <supported-locale>ru</supported-locale>
+ </locale-config>
+ </application>
+
<lifecycle>
- <phase-listener id="phaseTracker">org.ajax4jsf.logging.PhaseTracker</phase-listener>
- </lifecycle>
-
+ <phase-listener id="phaseTracker">
+ org.ajax4jsf.logging.PhaseTracker
+ </phase-listener>
+ </lifecycle>
+
</faces-config>
\ No newline at end of file
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5772.xhtml
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5772.xhtml (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5772.xhtml 2009-05-27 14:02:47 UTC (rev 14366)
@@ -0,0 +1,21 @@
+<!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:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
+
+<ui:composition template="/layout/layout.xhtml">
+ <ui:define name="template">
+ <h:form id="form">
+ <rich:listShuttle sourceValue="#{rf5772.myMap['all']}"
+ targetValue="#{rf5772.myMap['selected']}" var="m" id="listShuttleID" >
+ <rich:column id="columnID">
+ <h:outputLabel value="#{m}"/>
+ </rich:column>
+ </rich:listShuttle>
+ </h:form>
+ </ui:define>
+</ui:composition>
+</html>
\ No newline at end of file
15 years, 7 months