" because client validation script correctly works but the ajax request continues to process,
so the form/component is updated anyway. I've noticed this in the demo too (submitting partial forms with empty textbox)."
What happened and what were you expecting to happen? Does the form component get refreshed even when you don't ask it to?
On 11/30/05, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
Hello,
i've tyed both alpha-6 and cvs but have the same misfunctionality on clientValidationEnabled
because client validation script correctly works but the ajax request continues to process,
so the form/component is updated anyway. I've noticed this in the demo too (submitting partial forms with empty textbox).
The standard Form works correclty.
Tests made on msie mozilla and firefox
<component id="searchForm" type="tacos:AjaxForm">
<binding name="listener" value="ognl:formListener"/>
<binding name="updateComponents" value="ognl:{id + 'ResultList'}"/>
<binding name="clientScriptEnabled" value="ognl:true"/>
<binding name="delegate" value="ognl:beans.delegate"/>
<binding name="clientValidationEnabled" value="ognl:true"/>
</component>
<!--
<component id="searchForm" type="Form">
<binding name="listener" value="ognl:formListener"/>
<binding name="delegate" value="ognl:beans.delegate"/>
<binding name="clientValidationEnabled" value="ognl:true"/>
</component>
-->
Do you notice the same behaviour ?
Please help, best regards,
kiuma
