Author: nbelaevski
Date: 2007-11-29 20:44:27 -0500 (Thu, 29 Nov 2007)
New Revision: 4373
Modified:
branches/3.1.x/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent
Log:
http://jira.jboss.com/jira/browse/RF-1459
Modified:
branches/3.1.x/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent
===================================================================
---
branches/3.1.x/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent 2007-11-30
01:31:33 UTC (rev 4372)
+++
branches/3.1.x/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent 2007-11-30
01:44:27 UTC (rev 4373)
@@ -20,7 +20,7 @@
<property attachedstate="true">
<name>validator</name>
<classname>javax.faces.el.MethodBinding</classname>
- <methodargs> </methodargs>
+ <methodargs>javax.faces.context.FacesContext.class,
javax.faces.component.UIComponent.class, java.lang.Object.class</methodargs>
<description>
MethodBinding pointing at a method that is called during
Process Validations phase of the request processing lifecycle,
@@ -30,7 +30,7 @@
<property attachedstate="true">
<name>valueChangeListener</name>
<classname>javax.faces.el.MethodBinding</classname>
- <methodargs> </methodargs>
+ <methodargs>javax.faces.event.ValueChangeEvent.class</methodargs>
<description>Listener for value changes</description>
</property>