Well, inputCalendar does have this property in my sources. Are you working in head or MyFaces 1.0.9? I think we fixed a bug regarding this problem some time ago...
regards, Martin On 7/19/05, Polanki, Varada (Exchange) <[EMAIL PROTECTED]> wrote: > Hi, > For x:inputCalendar I kept property as > onchange="this.form.submit()" > > But I got error message like below. It seems this property is not > defined. Whenever calendar value changes then I need to execute a > method. But it seems valueChangeListener will be executed only if form > submitted. > > > > weblogic.servlet.jsp.JspException: (line 31): for tag 'inputCalendar' > handler type 'org.apache.myfaces.custom.calendar.HtmlInputCalendarTag' > has no property 'onchange' > at > weblogic.servlet.jsp.StandardTagLib.jspException(Ljava.lang.String;)V(St > andardTagLib.java:1236) > at > weblogic.servlet.jsp.StandardTagLib.addAllSetters(Lweblogic.servlet.jsp. > MyTagInfo;Ljava.util.Properties;Ljava.lang.String;Lweblogic.utils.Unsync > StringBuffer;)V(StandardTagLib.java:1109) > at > weblogic.servlet.jsp.StandardTagLib.genericStartBegin(Ljava.lang.String; > Ljava.util.Properties;Z)Lweblogic.servlet.jsp.ArgHelper;(StandardTagLib. > java:821) > at > weblogic.servlet.jsp.StandardTagLib.processStartTag(Ljava.lang.String;Lj > ava.util.Properties;Lweblogic.servlet.jsp.JspContext;Z)Ljava.lang.String > ;(StandardTagLib.java:918) > at > weblogic.servlet.jsp.JspLexer.mOPEN_EXTENSION_TAG(Z)V(JspLexer.java:2510 > ) > > > > Thanks & Regards, > Varadaraja Polanki > > > > ********************************************************************** > Please be aware that, notwithstanding the fact that the person sending > this communication has an address in Bear Stearns' e-mail system, this > person is not an employee, agent or representative of Bear Stearns. > Accordingly, this person has no power or authority to represent, make > any recommendation, solicitation, offer or statements or disclose > information on behalf of or in any way bind Bear Stearns or any of its > affiliates. > ********************************************************************** > >

