Hi Curtiss,

I found the bug and fixed it. See MYFACES-2591 for details.

Regards,
Jakob

2010/3/8 Jakob Korherr <[email protected]>

> hi curtiss,
>
> yes, it should be, but I guess this is not implemented in the right
> way. I'll take a look at this later today!
>
> Regards,
> Jakob
>
>
> 2010/3/8, Curtiss Howard <[email protected]>:
> > Jakob,
> >
> > This is the test our tester is using and the rendered markup shows
> > "return jsf.util.chain(...)":
> >
> > <h:body>
> >     <h:form id="form1" prependId="false">
> >         <h:outputScript name="jsf.js" library="javax.faces" target="head"
> />
> >         <h:outputText id="out1" value="#{incrementdecrement.value}"/>
> >         <br/>
> >         <h:outputText id="out2" value="#{incrementdecrement.value}"/>
> >         <br/>
> >         <h:commandButton id="button1" value="Count"
> > action="#{incrementdecrement.increment}">
> >             <f:ajax render="@all"/>
> >         </h:commandButton>
> >         <br/>
> >     </h:form>
> > </h:body>
> >
> > We expect (and indeed so does Sun RI) that in such a case the onclick
> > handler should return false no matter what.  Shouldn't <f:ajax> be a
> > submitting ClientBehavior?
> >
> > Thanks,
> >
> >
> > Curtiss Howard
> >
>

Reply via email to