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