JBoss Rich Faces SVN: r8050 - trunk/docs/migrationguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-22 06:46:50 -0400 (Tue, 22 Apr 2008)
New Revision: 8050
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/datascrollerPaired.xml
Log:
http://jira.jboss.com/jira/browse/RF-3048
Language correction
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/datascrollerPaired.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/datascrollerPaired.xml 2008-04-22 10:08:39 UTC (rev 8049)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/datascrollerPaired.xml 2008-04-22 10:46:50 UTC (rev 8050)
@@ -36,7 +36,7 @@
<section>
<title>How to reproduce</title>
<para>
- The described above problem occurs if 2 <emphasis role="bold"><property><rich:datascroller></property></emphasis> components added to any table.
+ The described above problem occurs if two <emphasis role="bold"><property><rich:datascroller></property></emphasis> components are added to any table.
</para>
</section>
<section>
16 years, 8 months
JBoss Rich Faces SVN: r8049 - in trunk/test-applications/qa: 3.2.1 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-04-22 06:08:39 -0400 (Tue, 22 Apr 2008)
New Revision: 8049
Added:
trunk/test-applications/qa/3.2.1/
trunk/test-applications/qa/3.2.1/Commits 3.2.1 04-01-2008 04-21-2008.xls
Log:
Added: trunk/test-applications/qa/3.2.1/Commits 3.2.1 04-01-2008 04-21-2008.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/3.2.1/Commits 3.2.1 04-01-2008 04-21-2008.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 8 months
JBoss Rich Faces SVN: r8048 - trunk/docs/migrationguide/en/src/main/docbook.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-22 05:03:16 -0400 (Tue, 22 Apr 2008)
New Revision: 8048
Modified:
trunk/docs/migrationguide/en/src/main/docbook/master.xml
Log:
http://jira.jboss.com/jira/browse/RF-3048
Language correction
Modified: trunk/docs/migrationguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-04-22 09:03:02 UTC (rev 8047)
+++ trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-04-22 09:03:16 UTC (rev 8048)
@@ -65,7 +65,7 @@
Migrating to <property>RichFaces 3.2.0</property> you can encounter
with malfunction of the components caused by a number of reasons.
However, most of the problems can be positively solved.
- This section covers the most significant issues you can potentially encounter, providing way to handle the cases.
+ This section covers the most significant issues you can potentially encounter, providing ways to handle the cases.
</para>
&i18n;
&menuJSF;
16 years, 8 months
JBoss Rich Faces SVN: r8047 - trunk/docs/migrationguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-22 05:03:02 -0400 (Tue, 22 Apr 2008)
New Revision: 8047
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/menuJSF.xml
Log:
http://jira.jboss.com/jira/browse/RF-3048
Language correction
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/menuJSF.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/menuJSF.xml 2008-04-22 09:02:54 UTC (rev 8046)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/menuJSF.xml 2008-04-22 09:03:02 UTC (rev 8047)
@@ -55,7 +55,7 @@
<section>
<title>Causes</title>
<para>
- It is a critical bug in JSF-RI 1.2_08 which has been already fixed is the further releases.
+ It is a critical bug in JSF-RI 1.2_08 which has been already fixed in the further releases.
</para>
</section>
16 years, 8 months
JBoss Rich Faces SVN: r8046 - trunk/docs/migrationguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-22 05:02:54 -0400 (Tue, 22 Apr 2008)
New Revision: 8046
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/explicitId.xml
trunk/docs/migrationguide/en/src/main/docbook/included/fileUploadListener.xml
Log:
http://jira.jboss.com/jira/browse/RF-3048
Language correction
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/explicitId.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/explicitId.xml 2008-04-22 09:02:45 UTC (rev 8045)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/explicitId.xml 2008-04-22 09:02:54 UTC (rev 8046)
@@ -33,9 +33,9 @@
<section>
<title>Causes</title>
<para>
- The problem occurred due to specific usage of the dynamic id generation of the JSF 1.2 implementation.
+ The problem occurred due to specific usage of the dynamic id generation implementing JSF 1.2.
In case of simultaneous request processing, the id of the command component becomes <property>out-of-sync</property>
- with id of the same component on the page. After that any Ajax requests from the component with old id just is no processed.
+ with id of the same component on the page. After that any Ajax requests of the component with old id is not processed.
</para>
</section>
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/fileUploadListener.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/fileUploadListener.xml 2008-04-22 09:02:45 UTC (rev 8045)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/fileUploadListener.xml 2008-04-22 09:02:54 UTC (rev 8046)
@@ -39,11 +39,10 @@
<section>
<title>Causes</title>
<para>
- In case <property>MyFaces</property> <property>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</property> parameter is set to "true".
- This parameter checks if the extensions-filter has been properly configured.
+ In case <property>MyFaces</property> <property>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</property> parameter is set to "true", the parameter checks if the extensions-filter has been properly configured.
</para>
<para>
- Why using <property>JSF-RI 1.2_04</property> causes the problem is not yet examined.
+ The reason why usage of <property>JSF-RI 1.2_04</property> causes the problem is not yet identified.
</para>
</section>
@@ -51,7 +50,7 @@
<title>Workarounds</title>
<para>
To avoid generation of errors from <property>MyFaces</property> in case of invalid filter configuration
- you could set up the following parameters in <property>web.xml</property>:
+ you can set up the following parameters in <property>web.xml</property>:
</para>
<programlisting role="XML"><![CDATA[...
<context-param>
16 years, 8 months
JBoss Rich Faces SVN: r8045 - trunk/docs/migrationguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-22 05:02:45 -0400 (Tue, 22 Apr 2008)
New Revision: 8045
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/binding.xml
trunk/docs/migrationguide/en/src/main/docbook/included/calendarDate.xml
Log:
http://jira.jboss.com/jira/browse/RF-3048
Language correction
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/binding.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/binding.xml 2008-04-21 18:13:00 UTC (rev 8044)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/binding.xml 2008-04-22 09:02:45 UTC (rev 8045)
@@ -39,7 +39,7 @@
<section>
<title>Causes</title>
<para>
- There was a wrong<property><classname>java.lang.String</classname></property> specified instead of <property><classname>javax.faces.component.UIComponent</classname></property> in configuration files.
+ There was a wrong <property><classname>java.lang.String</classname></property> specified instead of <property><classname>javax.faces.component.UIComponent</classname></property> in configuration files.
</para>
</section>
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/calendarDate.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/calendarDate.xml 2008-04-21 18:13:00 UTC (rev 8044)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/calendarDate.xml 2008-04-22 09:02:45 UTC (rev 8045)
@@ -15,8 +15,8 @@
The <emphasis role="bold"><property><rich:calendar></property></emphasis> date selected event is fired before input update.
</para>
<para>
- After <property>time</property> and <property>apply</property> elements have been added to calendar
- <emphasis><property>"ondateselected"</property></emphasis> gets fired after date selected but before updated in input.
+ If<property>time</property> and <property>apply</property> elements are added to the calendar,
+ <emphasis><property>"ondateselected"</property></emphasis> gets fired when a date is selected but before it's updated in input.
Now we have three events instead of one. But it causes compatibility problem because this event was used by customers to save selected value via Ajax.
</para>
</section>
@@ -34,7 +34,7 @@
<title>How to reproduce</title>
<para>
The described above problem occurs when <emphasis role="bold"><property><a4j:support></property></emphasis>is put inside <emphasis role="bold"><property><rich:calendar></property></emphasis>.
- If the <emphasis><property>"event"</property></emphasis> property is "ondateselected"
+ If the <emphasis><property>"event"</property></emphasis> property is set to "ondateselected"
previous value of the <emphasis role="bold"><property><rich:calendar></property></emphasis> is stored after selection.
</para>
</section>
@@ -56,7 +56,7 @@
<itemizedlist>
<listitem>
<para>
- <emphasis><property>"ondateselected"</property></emphasis> event is fired after date is selected in popup
+ <emphasis><property>"ondateselected"</property></emphasis> event is fired after a date is selected in popup
</para>
</listitem>
<listitem>
16 years, 8 months
JBoss Rich Faces SVN: r8044 - in trunk/test-applications/seleniumTest/src: main/webapp/pages/panelMenu and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-04-21 14:13:00 -0400 (Mon, 21 Apr 2008)
New Revision: 8044
Added:
trunk/test-applications/seleniumTest/src/main/webapp/pages/panelMenu/
trunk/test-applications/seleniumTest/src/main/webapp/pages/panelMenu/panelMenuDescription.xhtml
trunk/test-applications/seleniumTest/src/main/webapp/pages/panelMenu/panelMenuTest.xhtml
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/PanelMenuTest.java
Log:
Selenium tests for panel menu.
Added: trunk/test-applications/seleniumTest/src/main/webapp/pages/panelMenu/panelMenuDescription.xhtml
===================================================================
--- trunk/test-applications/seleniumTest/src/main/webapp/pages/panelMenu/panelMenuDescription.xhtml (rev 0)
+++ trunk/test-applications/seleniumTest/src/main/webapp/pages/panelMenu/panelMenuDescription.xhtml 2008-04-21 18:13:00 UTC (rev 8044)
@@ -0,0 +1,5 @@
+<html>
+<table border="1" style="border-color: #F1EEE9" cellpadding="5" cellspacing="0">
+
+</table>
+</html>
\ No newline at end of file
Added: trunk/test-applications/seleniumTest/src/main/webapp/pages/panelMenu/panelMenuTest.xhtml
===================================================================
--- trunk/test-applications/seleniumTest/src/main/webapp/pages/panelMenu/panelMenuTest.xhtml (rev 0)
+++ trunk/test-applications/seleniumTest/src/main/webapp/pages/panelMenu/panelMenuTest.xhtml 2008-04-21 18:13:00 UTC (rev 8044)
@@ -0,0 +1,83 @@
+<!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:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:ui="http://java.sun.com/jsf/facelets">
+
+<ui:composition template="../../layout/template.xhtml">
+ <ui:define name="style">
+ .link {margin: 0px 5px}
+ </ui:define>
+ <ui:define name="component">
+ <rich:panelMenu id="pMenu" >
+ <rich:panelMenuGroup id="pGroup1" expandMode="ajax"
+ label="Ajax group"
+ action="#{panelBean.increment}"
+ actionListener="#{panelBean.actionListener}"
+ reRender="_value,_value2" >
+ <rich:panelMenuItem id="pItem1"
+ label="Item 1"
+ action="#{panelBean.action1}"
+ actionListener="#{panelBean.actionListener}" />
+ </rich:panelMenuGroup>
+ <rich:panelMenuGroup id="pGroup2" expandMode="server"
+ label="Server group"
+ action="#{panelBean.increment}"
+ actionListener="#{panelBean.actionListener}" >
+ <rich:panelMenuItem id="pItem2"
+ label="Item 2" />
+ </rich:panelMenuGroup>
+ <rich:panelMenuGroup id="pGroup3"
+ label="Client group">
+ <rich:panelMenuItem id="pItem3"
+ label="Item 3" />
+ </rich:panelMenuGroup>
+ <rich:panelMenuGroup id="pGroup4" disabled="true"
+ label="Disabled group" >
+ <rich:panelMenuItem id="pItem4"
+ label="Item 4" />
+ </rich:panelMenuGroup>
+ </rich:panelMenu>
+
+ <rich:panelMenu id="pMenu_single" expandSingle="true" >
+ <rich:panelMenuGroup id="pGroup1_single" expandMode="ajax"
+ label="Ajax group"
+ action="#{panelBean.increment}"
+ actionListener="#{panelBean.actionListener}"
+ reRender="_value,_value2" >
+ <rich:panelMenuItem id="pItem1_single"
+ label="Item 1"
+ action="#{panelBean.action2}"
+ actionListener="#{panelBean.actionListener}" />
+ </rich:panelMenuGroup>
+ <rich:panelMenuGroup id="pGroup2_single" expandMode="server"
+ label="Server group"
+ action="#{panelBean.increment}"
+ actionListener="#{panelBean.actionListener}" >
+ <rich:panelMenuItem id="pItem2_single"
+ label="Item 2" />
+ </rich:panelMenuGroup>
+ <rich:panelMenuGroup id="pGroup3_single"
+ label="Client group">
+ <rich:panelMenuItem id="pItem3_single"
+ label="Item 3" />
+ </rich:panelMenuGroup>
+ <rich:panelMenuGroup id="pGroup4_single" disabled="true"
+ label="Disabled group" >
+ <rich:panelMenuItem id="pItem4_single"
+ label="Item 4" />
+ </rich:panelMenuGroup>
+ </rich:panelMenu>
+
+ <br/>
+ <h:inputText value="#{panelBean.value}" id="_value"></h:inputText>
+ <h:outputText value="#{panelBean.value2}" id="_value2"></h:outputText>
+ <br/>
+ </ui:define>
+ <ui:define name="description">
+ <ui:include src="panelMenuDescription.xhtml" />
+ </ui:define>
+</ui:composition>
+</html>
\ No newline at end of file
Added: trunk/test-applications/seleniumTest/src/test/java/org/richfaces/PanelMenuTest.java
===================================================================
--- trunk/test-applications/seleniumTest/src/test/java/org/richfaces/PanelMenuTest.java (rev 0)
+++ trunk/test-applications/seleniumTest/src/test/java/org/richfaces/PanelMenuTest.java 2008-04-21 18:13:00 UTC (rev 8044)
@@ -0,0 +1,198 @@
+package org.richfaces;
+
+import org.ajax4jsf.test.base.RichSeleniumTest;
+import org.ajax4jsf.test.base.SeleniumTestBase;
+import org.testng.Assert;
+import org.testng.annotations.AfterTest;
+import org.testng.annotations.BeforeTest;
+import org.testng.annotations.Parameters;
+import org.testng.annotations.Test;
+
+import com.thoughtworks.selenium.SeleniumException;
+
+public class PanelMenuTest extends SeleniumTestBase implements RichSeleniumTest {
+
+ public PanelMenuTest() {
+ super("http", "localhost", "8080");
+ }
+
+ /**
+ * This method are invoking before selenium tests started
+ */
+ @BeforeTest
+ @Parameters( { "browser" })
+ public void startSelenium(String browser) {
+ super.startSelenium(browser);
+ }
+
+ /**
+ * This method are invoking after selenium tests completed
+ */
+ @AfterTest
+ public void stopSelenium() {
+ super.stopSelenium();
+ }
+
+ @Test
+ public void testPanelMenuComponent() throws Exception {
+ renderPage("/faces/pages/panelMenu/panelMenuTest.xhtml");
+
+ _testPanelMenuComponent(COMPONENT_PREFIX_INSIDE_PANEL);
+ _testPanelMenuComponent(COMPONENT_PREFIX_INSIDE_TABLE);
+
+ _testPanelMenuComponentSingleMode(COMPONENT_PREFIX_INSIDE_PANEL);
+ _testPanelMenuComponentSingleMode(COMPONENT_PREFIX_INSIDE_TABLE);
+
+ _testPanelMenuItemAction(COMPONENT_PREFIX_INSIDE_PANEL);
+ _testPanelMenuItemAction(COMPONENT_PREFIX_INSIDE_TABLE);
+ }
+
+ private void _testPanelMenuComponent(String parentId) {
+ String inputId = parentId + "_value";
+ String outputId = parentId + "_value2";
+
+ String ajaxGroup = "tablehide" + parentId + "pGroup1";
+ String serverGroup = "tablehide" + parentId + "pGroup2";
+ String clientGroup = "tablehide" + parentId + "pGroup3";
+ String disabledGroup = "tablehide" + parentId + "pGroup4";
+
+ String ajaxItem = "tablehide" + parentId + "pItem1";
+ String serverItem = "tablehide" + parentId + "pItem2";
+ String clientItem = "tablehide" + parentId + "pItem3";
+ String disabledItem = "tablehide" + parentId + "pItem4";
+
+ clickById(ajaxGroup);
+ waitForAjaxCompletion();
+ AssertValueEquals(inputId, "pGroup1");
+ AssertTextEquals(outputId, "1");
+ Assert.assertTrue(isVisibleById(ajaxItem));
+ Assert.assertFalse(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(serverGroup);
+ waitForPageToLoad();
+ AssertValueEquals(inputId, "pGroup2");
+ AssertTextEquals(outputId, "2");
+ Assert.assertTrue(isVisibleById(ajaxItem));
+ Assert.assertTrue(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(ajaxGroup);
+ waitForAjaxCompletion();
+ AssertValueEquals(inputId, "pGroup1");
+ AssertTextEquals(outputId, "3");
+ Assert.assertFalse(isVisibleById(ajaxItem));
+ Assert.assertTrue(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(serverGroup);
+ waitForPageToLoad();
+ AssertValueEquals(inputId, "pGroup2");
+ AssertTextEquals(outputId, "4");
+ Assert.assertFalse(isVisibleById(ajaxItem));
+ Assert.assertFalse(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(clientGroup);
+ Assert.assertFalse(isVisibleById(ajaxItem));
+ Assert.assertFalse(isVisibleById(serverItem));
+ Assert.assertTrue(isVisibleById(clientItem));
+
+ clickById(clientGroup);
+ Assert.assertFalse(isVisibleById(ajaxItem));
+ Assert.assertFalse(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(disabledGroup);
+ Assert.assertFalse(isVisibleById(disabledItem));
+ }
+
+ private void _testPanelMenuComponentSingleMode(String parentId) {
+ String inputId = parentId + "_value";
+ String outputId = parentId + "_value2";
+
+ String ajaxGroup = "tablehide" + parentId + "pGroup1_single";
+ String serverGroup = "tablehide" + parentId + "pGroup2_single";
+ String clientGroup = "tablehide" + parentId + "pGroup3_single";
+ String disabledGroup = "tablehide" + parentId + "pGroup4_single";
+
+ String ajaxItem = "tablehide" + parentId + "pItem1_single";
+ String serverItem = "tablehide" + parentId + "pItem2_single";
+ String clientItem = "tablehide" + parentId + "pItem3_single";
+ String disabledItem = "tablehide" + parentId + "pItem4_single";
+
+ clickById(ajaxGroup);
+ waitForAjaxCompletion();
+ AssertValueEquals(inputId, "pGroup1_single");
+ AssertTextEquals(outputId, "1");
+ Assert.assertTrue(isVisibleById(ajaxItem));
+ Assert.assertFalse(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(serverGroup);
+ waitForPageToLoad();
+ AssertValueEquals(inputId, "pGroup2_single");
+ AssertTextEquals(outputId, "2");
+ Assert.assertFalse(isVisibleById(ajaxItem));
+ Assert.assertTrue(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(ajaxGroup);
+ waitForAjaxCompletion();
+ AssertValueEquals(inputId, "pGroup1_single");
+ AssertTextEquals(outputId, "3");
+ Assert.assertTrue(isVisibleById(ajaxItem));
+ Assert.assertFalse(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(serverGroup);
+ waitForPageToLoad();
+ AssertValueEquals(inputId, "pGroup2_single");
+ AssertTextEquals(outputId, "4");
+ Assert.assertFalse(isVisibleById(ajaxItem));
+ Assert.assertTrue(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(clientGroup);
+ Assert.assertFalse(isVisibleById(ajaxItem));
+ Assert.assertFalse(isVisibleById(serverItem));
+ Assert.assertTrue(isVisibleById(clientItem));
+
+ clickById(clientGroup);
+ Assert.assertFalse(isVisibleById(ajaxItem));
+ Assert.assertFalse(isVisibleById(serverItem));
+ Assert.assertFalse(isVisibleById(clientItem));
+
+ clickById(disabledGroup);
+ Assert.assertFalse(isVisibleById(disabledItem));
+ }
+
+ private void _testPanelMenuItemAction(String parentId) {
+ String inputId = parentId + "_value";
+ String outputId = parentId + "_value2";
+
+ String group = "tablehide" + parentId + "pGroup1";
+ String groupSingle = "tablehide" + parentId + "pGroup1_single";
+
+ String item = "tablehide" + parentId + "pItem1";
+ String itemSingle = "tablehide" + parentId + "pItem1_single";
+
+ clickById(group);
+ waitForAjaxCompletion();
+ AssertValueEquals(inputId, "pGroup1");
+
+ clickById(groupSingle);
+ waitForAjaxCompletion();
+ AssertValueEquals(inputId, "pGroup1_single");
+
+ clickById(item);
+ waitForPageToLoad();
+ AssertValueEquals(inputId, "pItem1");
+ AssertTextEquals(outputId, "1");
+
+ clickById(itemSingle);
+ waitForPageToLoad();
+ AssertValueEquals(inputId, "pItem1_single");
+ AssertTextEquals(outputId, "2");
+ }
+}
16 years, 8 months
JBoss Rich Faces SVN: r8043 - in branches/3.1.x/test-applications/qa: 3.1.5 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-04-21 13:36:08 -0400 (Mon, 21 Apr 2008)
New Revision: 8043
Added:
branches/3.1.x/test-applications/qa/3.1.5/
branches/3.1.x/test-applications/qa/3.1.5/Commits 3.1.5 04-13-2008 04-21-2008.xls
Log:
Added: branches/3.1.x/test-applications/qa/3.1.5/Commits 3.1.5 04-13-2008 04-21-2008.xls
===================================================================
(Binary files differ)
Property changes on: branches/3.1.x/test-applications/qa/3.1.5/Commits 3.1.5 04-13-2008 04-21-2008.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 8 months
JBoss Rich Faces SVN: r8042 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: vsukhov
Date: 2008-04-21 13:33:04 -0400 (Mon, 21 Apr 2008)
New Revision: 8042
Modified:
trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml
trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml
trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml
trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml
trunk/docs/userguide/en/src/main/docbook/included/form.xml
trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/include.xml
trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml
trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
trunk/docs/userguide/en/src/main/docbook/included/log.xml
trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml
trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/page.xml
trunk/docs/userguide/en/src/main/docbook/included/poll.xml
trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/push.xml
trunk/docs/userguide/en/src/main/docbook/included/region.xml
trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
trunk/docs/userguide/en/src/main/docbook/included/status.xml
trunk/docs/userguide/en/src/main/docbook/included/support.xml
Log:
http://jira.jboss.com/jira/browse/RF-2193 Added keywords
Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -3,7 +3,7 @@
<section>
<sectioninfo>
<keywordset>
- <keyword>a4j:actionParam</keyword>
+ <keyword>a4j:actionparam</keyword>
</keywordset>
</sectioninfo>
<title>Description</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
+ <chapterinfo>
+ <keywordset><keyword>a4j:actionparam</keyword>
+ </keywordset>
+ </chapterinfo>
<para>
<table frame="all">
<title>Component identification parameters</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:ajaxListener</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>rich:changeExpandListener</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:commandButton</keyword>
+ </keywordset>
+ </chapterinfo>
<para><table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:commandLink</keyword>
+ </keywordset>
+ </chapterinfo>
<table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>rich:dragListener</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>rich:dropListener</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/form.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/form.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:form</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.desc.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.desc.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -3,7 +3,7 @@
<section>
<sectioninfo>
<keywordset>
- <keyword>a4j:commandLink</keyword>
+ <keyword>a4j:htmlCommandLink</keyword>
</keywordset>
</sectioninfo>
Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:htmlCommandLink</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/include.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:include</keyword>
+ </keywordset>
+ </chapterinfo>
<para><table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:jsFunction</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:keepAlive</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:loadBundle</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:loadScript</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:loadStyle</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:log</keyword>
+ </keywordset>
+ </chapterinfo>
<table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:mediaOutput</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -659,8 +659,7 @@
<para>As it could be seen on the picture above,the font style for header was changed.</para>
-
-
+
</section>
<section>
<title>Relevant Resources Links</title>
@@ -670,8 +669,8 @@
><property><rich:modalPanel></property></emphasis> usage and sources for the given example. </para>
<para>Information about wizards using the <emphasis role="bold"
><property><rich:modalPanel></property></emphasis> component could be found in the <ulink
- url="http://labs.jboss.com/wiki/ModalPanelWizards">Wiki article</ulink> and in the <link
- linkend="Organizewizards">FAQ</link> chapter of the guide. </para>
+ url="http://labs.jboss.com/wiki/ModalPanelWizards">Wiki article</ulink> and in the <ulink
+ url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/...">FAQ</ulink> chapter of the guide. </para>
<para>Examples of validation in <emphasis role="bold"><property><rich:modalPanel></property></emphasis>
could be found in the <ulink url="http://labs.jboss.com/wiki/ModalPanelValidation">Wiki article</ulink> and on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061517"
Modified: trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
+ <chapterinfo>
+ <keywordset>
+ <keyword>rich:nodeSelectListener</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:outputPanel</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:page</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:poll</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:portlet</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<root>
<section>
+ <sectioninfo>
+ <keywordset>
+ <keyword>a4j:push</keyword>
+ </keywordset>
+ </sectioninfo>
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:push></property>
@@ -16,4 +21,4 @@
If the message exists the complete request is performed. The component doesn't poll registered beans
but registers EventListener which receives messages about events.</para>
</section>
-</root>
\ No newline at end of file
+ </root>
Modified: trunk/docs/userguide/en/src/main/docbook/included/push.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/push.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/push.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
-<chapter>
-
+<section>
+ <sectioninfo>
+ <keywordset>
+ <keyword>a4j:push</keyword>
+ </keywordset>
+ </sectioninfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -186,4 +190,4 @@
<property><a4j:push></property>
</emphasis> component usage. </para>
</section>
-</chapter>
+</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/region.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/region.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:region</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:repeat</keyword>
+ </keywordset>
+ </chapterinfo>
<para><table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:status</keyword>
+ </keywordset>
+ </chapterinfo>
<para><table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml 2008-04-21 17:03:30 UTC (rev 8041)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2008-04-21 17:33:04 UTC (rev 8042)
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
-
+ <chapterinfo>
+ <keywordset>
+ <keyword>a4j:support</keyword>
+ </keywordset>
+ </chapterinfo>
<table>
<title>Component identification parameters</title>
<tgroup cols="2">
16 years, 8 months
JBoss Rich Faces SVN: r8041 - branches/3.1.x/test-applications/jsp/src/main/java/scrollableDataTable.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-04-21 13:03:30 -0400 (Mon, 21 Apr 2008)
New Revision: 8041
Modified:
branches/3.1.x/test-applications/jsp/src/main/java/scrollableDataTable/ScrollableDataTable.java
Log:
Change timeout attribute type from String to int.
Modified: branches/3.1.x/test-applications/jsp/src/main/java/scrollableDataTable/ScrollableDataTable.java
===================================================================
--- branches/3.1.x/test-applications/jsp/src/main/java/scrollableDataTable/ScrollableDataTable.java 2008-04-21 16:59:51 UTC (rev 8040)
+++ branches/3.1.x/test-applications/jsp/src/main/java/scrollableDataTable/ScrollableDataTable.java 2008-04-21 17:03:30 UTC (rev 8041)
@@ -24,7 +24,7 @@
private int first;
private boolean rendered;
- private String timeout;
+ private int timeout;
private String height;
private boolean limitToList;
private DataComponentState componentState;
@@ -43,7 +43,7 @@
data = new ArrayList<Data>();
first = 0;
rendered = true;
- timeout = "10";
+ timeout = 10;
height = "400px";
limitToList = false;
bypassUpdates = false;
@@ -84,11 +84,11 @@
this.rendered = rendered;
}
- public String getTimeout() {
+ public int getTimeout() {
return timeout;
}
- public void setTimeout(String timeout) {
+ public void setTimeout(int timeout) {
this.timeout = timeout;
}
16 years, 8 months