Author: awiner
Date: Tue Dec 12 16:27:28 2006
New Revision: 486431
URL: http://svn.apache.org/viewvc?view=rev&rev=486431
Log:
ADFFACES-302: better doc for 'value' to describe why it turns read-only when
there's no setter
Modified:
incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Value.xml
Modified:
incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Value.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Value.xml?view=diff&rev=486431&r1=486430&r2=486431
==============================================================================
---
incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Value.xml
(original)
+++
incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Value.xml
Tue Dec 12 16:27:28 2006
@@ -31,7 +31,10 @@
<component-type>org.apache.myfaces.trinidad.Value</component-type>
<component-class>org.apache.myfaces.trinidad.component.UIXValue</component-class>
<property>
- <description><![CDATA[the value of the component]]></description>
+ <description><![CDATA[the value of the component. If the EL binding
+for the "value" points to a bean property with a getter but no setter, and
+this is an editable component, the component will be rendered
+in read-only mode.]]></description>
<property-name>value</property-name>
<property-class>java.lang.Object</property-class>
<property-extension>