Author: alexsmirnov
Date: 2007-05-14 18:36:23 -0400 (Mon, 14 May 2007)
New Revision: 190
Modified:
trunk/framework/src/main/config/component/form.xml
trunk/framework/src/main/config/component/repeat.xml
trunk/framework/src/main/config/component/support.xml
Log:
fix AJSF-57 ( hidde attributes )
AJSF-60 Memory leak at the resource data encrypt/decript.
AJSF-61 Fix expires/last modified caching control for a resources renderer
Modified: trunk/framework/src/main/config/component/form.xml
===================================================================
--- trunk/framework/src/main/config/component/form.xml 2007-05-14 21:41:10 UTC (rev 189)
+++ trunk/framework/src/main/config/component/form.xml 2007-05-14 22:36:23 UTC (rev 190)
@@ -58,6 +58,9 @@
<classname>java.lang.String</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>
</property>
+ <property disabled="true">
+ <name>submitted</name>
+ </property>
</component>
<component generate="false">
<name>javax.faces.HtmlCommandLink</name>
Modified: trunk/framework/src/main/config/component/repeat.xml
===================================================================
--- trunk/framework/src/main/config/component/repeat.xml 2007-05-14 21:41:10 UTC (rev
189)
+++ trunk/framework/src/main/config/component/repeat.xml 2007-05-14 22:36:23 UTC (rev
190)
@@ -43,11 +43,6 @@
&ui_data_attributes;
&ui_component_attributes;
<property>
- <name>varState</name>
- <classname>java.lang.String</classname>
- <description>varState</description>
- </property>
- <property>
<name>componentState</name>
<classname>java.lang.String</classname>
<description>It defines EL-binding for a component state for saving or
redefinition.</description>
Modified: trunk/framework/src/main/config/component/support.xml
===================================================================
--- trunk/framework/src/main/config/component/support.xml 2007-05-14 21:41:10 UTC (rev
189)
+++ trunk/framework/src/main/config/component/support.xml 2007-05-14 22:36:23 UTC (rev
190)
@@ -109,6 +109,9 @@
<name>value</name>
<classname>java.lang.Object</classname>
</property>
+ <property disabled="true">
+ <name>parentProperties</name>
+ </property>
<property>
<name>ignoreDupResponses</name>
<classname>boolean</classname>
Show replies by date