JBoss Rich Faces SVN: r8372 - trunk/ui/menu-components/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-30 07:42:41 -0400 (Wed, 30 Apr 2008)
New Revision: 8372
Modified:
trunk/ui/menu-components/src/main/config/component/menucomponents.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-04-30 11:42:25 UTC (rev 8371)
+++ trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-04-30 11:42:41 UTC (rev 8372)
@@ -225,8 +225,7 @@
<property>
<name>submitMode</name>
<classname>java.lang.String</classname>
- <description>Set the submission mode (ajax, server(Default),
- none)</description>
+ <description>Sets the submission mode. Possible values are "ajax", "server", "none". Default value is "server".</description>
</property>
<!-- Command attributes -->
16 years, 7 months
JBoss Rich Faces SVN: r8371 - trunk/ui/treeModel/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-30 07:42:25 -0400 (Wed, 30 Apr 2008)
New Revision: 8371
Modified:
trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml
trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml
===================================================================
--- trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml 2008-04-30 11:42:14 UTC (rev 8370)
+++ trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml 2008-04-30 11:42:25 UTC (rev 8371)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -64,7 +64,7 @@
<name>included</name>
<classname>boolean</classname>
<description>
- This boolean expression is used to define which elements of both collections are processed
+ This boolean expression is used to define which elements of both collections are processed. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -72,7 +72,7 @@
<name>includedRoot</name>
<classname>boolean</classname>
<description>
- This boolean expression is used to define which elements are processed appling to "roots" collection
+ This boolean expression is used to define which elements are processed applying to "roots" collection. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -80,7 +80,7 @@
<name>includedNode</name>
<classname>boolean</classname>
<description>
- This boolean expression is used to define which elements are processed
+ This boolean expression is used to define which elements are processed. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml
===================================================================
--- trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml 2008-04-30 11:42:14 UTC (rev 8370)
+++ trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml 2008-04-30 11:42:25 UTC (rev 8371)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -57,7 +57,7 @@
<name>includedNode</name>
<classname>boolean</classname>
<description>
- This boolean expression is used to define which elements are processed
+ This boolean expression is used to define which elements are processed. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
16 years, 7 months
JBoss Rich Faces SVN: r8370 - trunk/ui/panelmenu/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-30 07:42:14 -0400 (Wed, 30 Apr 2008)
New Revision: 8370
Modified:
trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-04-30 11:41:53 UTC (rev 8369)
+++ trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-04-30 11:42:14 UTC (rev 8370)
@@ -70,7 +70,7 @@
<name>iconItem</name>
<classname>java.lang.String</classname>
<description>Path to the icon to be displayed for the enabled item state.
- You can also use predefined icons setting the attribute to: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
Default value is "grid".
</description>
<defaultvalue><![CDATA["grid"]]></defaultvalue>
@@ -79,7 +79,7 @@
<name>iconDisabledItem</name>
<classname>java.lang.String</classname>
<description>Path to the icon to be displayed for the disabled item state.
- You can also use predefined icons setting the attribute to: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
Default value is "grid".
</description>
<defaultvalue><![CDATA["grid"]]></defaultvalue>
@@ -88,7 +88,7 @@
<name>iconTopItem</name>
<classname>java.lang.String</classname>
<description>Path to the icon to be displayed for the enabled top item state.
- You can also use predefined icons setting the attribute to: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
Default value is "grid".
</description>
<defaultvalue><![CDATA["grid"]]></defaultvalue>
@@ -96,43 +96,59 @@
<property>
<name>iconTopDisabledItem</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled top item state</description>
+ <description>Path to the icon to be displayed for the disabled top item state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconExpandedGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the expanded Group state</description>
+ <description>Path to the icon to be displayed for the expanded Group state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconCollapsedGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the collapsed Group state</description>
+ <description>Path to the icon to be displayed for the collapsed Group state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconDisabledGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled group state</description>
+ <description>Path to the icon to be displayed for the disabled group state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconExpandedTopGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the expanded top group state</description>
+ <description>Path to the icon to be displayed for the expanded top group state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconCollapsedTopGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the collapsed top group state</description>
+ <description>Path to the icon to be displayed for the collapsed top group state.\
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconTopDisableGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled top Group state</description>
+ <description>Path to the icon to be displayed for the disabled top Group state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -411,43 +427,47 @@
<name>expandMode</name>
<classname>java.lang.String</classname>
<description> Set the submission mode for all panel menu groups after expand/collapse
- except ones where this attribute redefined. (ajax, server, none(Default)) </description>
+ except ones where this attribute redefined. Possible value are "ajax", "server", "none". Default value is "none". </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconExpanded</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the expanded item state</description>
+ <description>Path to the icon to be displayed for the expanded item state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconCollapsed</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the collapsed item state</description>
+ <description>Path to the icon to be displayed for the collapsed item state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>expanded</name>
<classname>boolean</classname>
- <description>If true group will be displayed expanded initially.</description>
+ <description>If true group will be displayed expanded initially. Default value is "false".</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>iconDisabled</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled item state</description>
+ <description>Path to the icon to be displayed for the disabled item state.</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description> If true sets state of the item to disabled state. false is default. </description>
+ <description> If true sets state of the item to disabled state. Default value is "false". </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>name</name>
<classname>java.lang.String</classname>
- <description>'selectedChild' attribute of PanelMenu refers to group/item with the same
+ <description>Refers to group/item with the same
name. Default value is "getId()".</description>
<defaultvalue>getId()</defaultvalue>
</property>
@@ -593,20 +613,31 @@
<property>
<name>mode</name>
<classname>java.lang.String</classname>
- <description> Set the submission mode (ajax,server(Default),none) </description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
+ <description> Set the submission mode.
+
+ Possible values are "ajax", "server", "none". Default value is "none".
+ </description>
+ <defaultvalue><![CDATA["none"]]></defaultvalue>
</property>
<property>
<name>icon</name>
<classname>java.lang.String</classname>
<description>Path to the icon or the default one name to be displayed for the enabled
- item state</description>
+ item state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconDisabled</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled item state</description>
+ <description>Path to the icon to be displayed for the disabled item state.
+ You can also use predefined icons, setting the attribute to one of these possible values: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
16 years, 7 months
JBoss Rich Faces SVN: r8369 - trunk/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-30 07:41:53 -0400 (Wed, 30 Apr 2008)
New Revision: 8369
Modified:
trunk/ui/core/src/main/config/component/support.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/core/src/main/config/component/support.xml
===================================================================
--- trunk/ui/core/src/main/config/component/support.xml 2008-04-30 11:41:44 UTC (rev 8368)
+++ trunk/ui/core/src/main/config/component/support.xml 2008-04-30 11:41:53 UTC (rev 8369)
@@ -102,7 +102,7 @@
<name>disableDefault</name>
<classname>boolean</classname>
<description>
- <![CDATA[Disable default action for target event ( append "return false;" to javascript )]]>
+ <![CDATA[Disables default action for target event ( append "return false;" to javascript )]]>
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -110,9 +110,9 @@
<name>value</name>
<classname>java.lang.Object</classname>
</property>
- <property disabled="true">
- <name>parentProperties</name>
- </property>
+ <property disabled="true">
+ <name>parentProperties</name>
+ </property>
<property>
<name>ignoreDupResponses</name>
<classname>boolean</classname>
@@ -126,12 +126,12 @@
<name>timeout</name>
<classname>int</classname>
<description>Timeout (in ms) for request</description>
- </property>
- <property>
- <name>disabled</name>
- <classname>boolean</classname>
- <description>If true, disable this component on page.</description>
- </property>
+ </property>
+ <property>
+ <name>disabled</name>
+ <classname>boolean</classname>
+ <description>If true, disable this component on page.</description>
+ </property>
</component>
16 years, 7 months
JBoss Rich Faces SVN: r8368 - trunk/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-30 07:41:44 -0400 (Wed, 30 Apr 2008)
New Revision: 8368
Modified:
trunk/ui/core/src/main/config/component/push.xml
trunk/ui/core/src/main/config/component/region.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/core/src/main/config/component/push.xml
===================================================================
--- trunk/ui/core/src/main/config/component/push.xml 2008-04-30 11:41:36 UTC (rev 8367)
+++ trunk/ui/core/src/main/config/component/push.xml 2008-04-30 11:41:44 UTC (rev 8368)
@@ -46,24 +46,24 @@
<icon>icon</icon>
</tag>
<taghandler generate="false">
- <classname>org.ajax4jsf.taglib.html.facelets.AjaxPushHandler</classname>
+ <classname>org.ajax4jsf.taglib.html.facelets.AjaxPushHandler</classname>
<!-- superclass>org.ajax4jsf.webapp.taglib.AjaxComponentHandler</superclass-->
</taghandler>
&ui_component_attributes;
&ui_command_attributes;
&ajax_component_attributes;
- <property elonly="true" attachedstate="true">
+ <property elonly="true" attachedstate="true">
- <name>eventProducer</name>
+ <name>eventProducer</name>
<classname>javax.el.MethodExpression</classname>
- <description>
- MethodBinding pointing at method accepting an PushEventListener with return type void.
- User bean must register this listener and send EventObject to this listener on ready.
- </description>
+ <description>
+ MethodBinding pointing at method accepting an PushEventListener with return type void.
+ User bean must register this listener and send EventObject to this listener on ready.
+ </description>
<methodargs>java.util.EventListener</methodargs>
</property>
- <!--
+ <!--
<property>
<name>onsubmit</name>
<classname>java.lang.String</classname>
@@ -71,21 +71,20 @@
JavaScript code for call before submission of ajax
event
</description>
- </property>
+ </property>
-->
<property>
<name>interval</name>
<classname>int</classname>
<description>
- Interval (in ms) for call push requests. Default value
- 1000 (1 sec)
+ Interval (in ms) for call push requests. Default value is "1000"ms (1 second).
</description>
</property>
<property>
<name>enabled</name>
<classname>boolean</classname>
<description>
- <![CDATA[Enable/disable pushing]]>
+ <![CDATA[Enables/disables pushing. Default value is "true".]]>
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/core/src/main/config/component/region.xml
===================================================================
--- trunk/ui/core/src/main/config/component/region.xml 2008-04-30 11:41:36 UTC (rev 8367)
+++ trunk/ui/core/src/main/config/component/region.xml 2008-04-30 11:41:44 UTC (rev 8368)
@@ -77,7 +77,7 @@
"true" , no one of the components outside of region will
be included to AJAX response. If set to "false", search
for components to include in response will be performed
- on all tree. Default "false"
+ on all tree. Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
16 years, 7 months
JBoss Rich Faces SVN: r8367 - trunk/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-30 07:41:36 -0400 (Wed, 30 Apr 2008)
New Revision: 8367
Modified:
trunk/ui/core/src/main/config/component/outputPanel.xml
trunk/ui/core/src/main/config/component/page.xml
trunk/ui/core/src/main/config/component/poll.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/core/src/main/config/component/outputPanel.xml
===================================================================
--- trunk/ui/core/src/main/config/component/outputPanel.xml 2008-04-30 11:41:27 UTC (rev 8366)
+++ trunk/ui/core/src/main/config/component/outputPanel.xml 2008-04-30 11:41:36 UTC (rev 8367)
@@ -66,7 +66,7 @@
(or not) included in AJAX response created by parent
AJAX Container, even if it is not forced by reRender
list of ajax action. Ignored if component marked to
- output by Ajax action. default false
+ output by Ajax action. Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -92,7 +92,7 @@
<classname>boolean</classname>
<description>
<![CDATA[
- Flag for mark all child components to non-transient. If
+ Flag to mark all child components to non-transient. If
true, all children components will be set to non-transient state
and keep in saved components tree. For output in self-renderer
region all content ( By default, all content in <f:verbatim>
Modified: trunk/ui/core/src/main/config/component/page.xml
===================================================================
--- trunk/ui/core/src/main/config/component/page.xml 2008-04-30 11:41:27 UTC (rev 8366)
+++ trunk/ui/core/src/main/config/component/page.xml 2008-04-30 11:41:36 UTC (rev 8367)
@@ -74,7 +74,7 @@
"true" , no one of the components outside of region will
be included to AJAX response. If set to "false", search
for components to include in response will be performed
- on all tree. Default "true"
+ on all tree. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/core/src/main/config/component/poll.xml
===================================================================
--- trunk/ui/core/src/main/config/component/poll.xml 2008-04-30 11:41:27 UTC (rev 8366)
+++ trunk/ui/core/src/main/config/component/poll.xml 2008-04-30 11:41:36 UTC (rev 8367)
@@ -63,8 +63,7 @@
<name>interval</name>
<classname>int</classname>
<description>
- Interval (in ms) for call poll requests. Default value
- 1000 (1 sec)
+ Interval (in ms) for call poll requests. Default value is "1000"ms (1 second).
</description>
<defaultvalue>1000</defaultvalue>
</property>
@@ -72,7 +71,7 @@
<name>enabled</name>
<classname>boolean</classname>
<description>
- <![CDATA[Enable/disable polling]]>
+ <![CDATA[Enables/disables polling. Default value is "true". ]]>
</description>
<defaultvalue>true</defaultvalue>
</property>
16 years, 7 months
JBoss Rich Faces SVN: r8366 - trunk/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-30 07:41:27 -0400 (Wed, 30 Apr 2008)
New Revision: 8366
Modified:
trunk/ui/core/src/main/config/component/log.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/core/src/main/config/component/log.xml
===================================================================
--- trunk/ui/core/src/main/config/component/log.xml 2008-04-30 11:41:21 UTC (rev 8365)
+++ trunk/ui/core/src/main/config/component/log.xml 2008-04-30 11:41:27 UTC (rev 8366)
@@ -54,29 +54,29 @@
<name>level</name>
<classname>java.lang.String</classname>
<description>
- log level, possible values :
- FATAL,ERROR,WARN,INFO,DEBUG,ALL.
- Component set level 'ALL' by default.
+ log level, Possible values are
+ "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "ALL".
+ Component sets level 'ALL' by default.
</description>
<defaultvalue>"ALL"</defaultvalue>
</property>
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>width of pop-up.</description>
+ <description>Width of pop-up. Default value is "800".</description>
<defaultvalue>"800"</defaultvalue>
</property>
<property>
<name>height</name>
<classname>java.lang.String</classname>
- <description>height of pop-up</description>
+ <description>Height of pop-up. Default value is "600".</description>
<defaultvalue>"600"</defaultvalue>
</property>
<property>
<name>popup</name>
<classname>boolean</classname>
<description>
- Render log as popup-window or as div element in page
+ Renders log as pop-up window or as div element on the page. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
16 years, 7 months
JBoss Rich Faces SVN: r8365 - trunk/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-30 07:41:21 -0400 (Wed, 30 Apr 2008)
New Revision: 8365
Modified:
trunk/ui/core/src/main/config/component/include.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/core/src/main/config/component/include.xml
===================================================================
--- trunk/ui/core/src/main/config/component/include.xml 2008-04-30 11:41:11 UTC (rev 8364)
+++ trunk/ui/core/src/main/config/component/include.xml 2008-04-30 11:41:21 UTC (rev 8365)
@@ -39,7 +39,7 @@
<classname>org.ajax4jsf.taglib.html.facelets.IncludeHandler</classname>
</taghandler>
&ui_panel_attributes;
- &html_universal_attributes;
+ &html_universal_attributes;
&ajax_output_attributes;
<property>
<name>viewId</name>
@@ -62,27 +62,27 @@
]]>
</description>
<defaultvalue>"inline"</defaultvalue>
- </property>
- <property>
- <name>ajaxRendered</name>
- <classname>boolean</classname>
- <description>Defines, whether the content of this component must be
- (or not) included in AJAX response created by parent
- AJAX Container, even if it is not forced by reRender
- list of ajax action. Ignored if component marked to
- output by Ajax action. default false</description>
- </property>
- <property>
- <name>keepTransient</name>
- <classname>boolean</classname>
- <description>Flag for mark all child components to non-transient. If
- true, all children components will be set to non-transient state
- and keep in saved components tree. For output in self-renderer
- region all content ( By default, all content in &lt;f:verbatim&gt;
- tags and non-jsf elements in facelets, marked as transient -
- since, self-rendered ajax regions don't plain output for ajax
- processing ).</description>
</property>
+ <property>
+ <name>ajaxRendered</name>
+ <classname>boolean</classname>
+ <description>Defines, whether the content of this component must be
+ (or not) included in AJAX response created by parent
+ AJAX Container, even if it is not forced by reRender
+ list of ajax action. Ignored if component marked to
+ output by Ajax action. Default value is "false".</description>
+ </property>
+ <property>
+ <name>keepTransient</name>
+ <classname>boolean</classname>
+ <description>Flag for mark all child components to non-transient. If
+ true, all children components will be set to non-transient state
+ and keep in saved components tree. For output in self-renderer
+ region all content ( By default, all content in &lt;f:verbatim&gt;
+ tags and non-jsf elements in facelets, marked as transient -
+ since, self-rendered ajax regions don't plain output for ajax
+ processing ).</description>
+ </property>
</component>
</components>
\ No newline at end of file
16 years, 7 months
JBoss Rich Faces SVN: r8364 - trunk/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-30 07:41:11 -0400 (Wed, 30 Apr 2008)
New Revision: 8364
Modified:
trunk/ui/core/src/main/config/component/form.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/core/src/main/config/component/form.xml
===================================================================
--- trunk/ui/core/src/main/config/component/form.xml 2008-04-30 11:36:01 UTC (rev 8363)
+++ trunk/ui/core/src/main/config/component/form.xml 2008-04-30 11:41:11 UTC (rev 8364)
@@ -64,7 +64,7 @@
<property>
<name>prependId</name>
<classname>boolean</classname>
- <description>The flag indicating whether or not this form should prepend its id to its descendent id during the clientId generation process. If this flag is not set, the default value is true.</description>
+ <description>The flag indicating whether or not this form should prepend its id to its descendent id during the clientId generation process. If this flag is not set, the default value is "true".</description>
</property>
<property disabled="true">
<name>submitted</name>
16 years, 7 months
JBoss Rich Faces SVN: r8363 - trunk/docs/faq/en/src/main/docbook/module.
by richfaces-svn-commits@lists.jboss.org
Author: artdaw
Date: 2008-04-30 07:36:01 -0400 (Wed, 30 Apr 2008)
New Revision: 8363
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-3117 - info about ViewExpiredException workaround was added into FAQ
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-04-30 11:12:53 UTC (rev 8362)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-04-30 11:36:01 UTC (rev 8363)
@@ -2342,4 +2342,22 @@
</listitem>
</itemizedlist>
</section>
+ <section id="viewExpiredException">
+ <?dbhtml filename="viewExpiredException.html"?>
+ <title>How to handle ViewExpiredException?</title>
+ <para>
+ As <property>RichFaces 3.1</property> is targeted at JSF 1.1,
+ you won't get <property>ViewExpiredExceptions</property> generated when using it with JSF 1.2.
+ This exception appears after session timeout.
+ </para>
+ <para>
+ Fortunately there is an easy workaround. Add to your <property>web.xml</property>:
+ </para>
+ <programlisting role="XML"><![CDATA[...
+<context-param>
+ <param-name>com.sun.faces.enableRestoreView11Compatibility</param-name>
+ <param-value>true</param-value>
+</context-param>
+...]]></programlisting>
+ </section>
</chapter>
16 years, 7 months