Leonardo Quijano Vincenzi <leonardo <at> dtqsoftware.com> writes:
> > Ok I have a PropertySelection on a form like this: > > <select jwcid="obj <at> PropertySelection" > displayName="Obj:" > validators="validators:required" > submitOnChange="true" value="ognl:objValue" > model="ognl:..." /> > > How do I skip validation on this and other "submitOnChange" events? > I have clientValidation enabled, too... > You should use javascript to call this.form.events.refresh() and binding a listener to the "refresh" parameter of your Form component. -- Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
