Re: PropertySelection component - automatic submit

2007-10-10 Thread Marcelo Lotif
Oh andy, i forgot to tell that i was using 4.0.2, so this code is not so up to date sorry about that :) 2007/10/9, andyhot <[EMAIL PROTECTED]>: > > Just a note that > this.form.events.refresh() has been deprecated for more than a year now > and actually has been removed in 4.1.4 > > Correct (as h

Re: PropertySelection component - automatic submit

2007-10-09 Thread andyhot
Just a note that this.form.events.refresh() has been deprecated for more than a year now and actually has been removed in 4.1.4 Correct (as http://tapestry.apache.org/tapestry4.1/javascript/form.html states ) is onchange="tapestry.form.refresh(this.form)" Marcelo Lotif wrote: Hi Ken, i was u

Re: PropertySelection component - automatic submit

2007-10-09 Thread Daniel Jue
I also do it using onChange. "onchange = 'this.form.submit();'" On 10/9/07, Igor Drobiazko <[EMAIL PROTECTED]> wrote: > Try this.form.submit(); > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: PropertySelection component - automatic submit

2007-10-09 Thread Marcelo Lotif
Hi Ken, i was using the @InvokeListener component + onChange to do this put this on outside your form then on the @PropertySelection, do like this it is working fine for me. :) 2007/10/9, Igor Drobiazko <[EMAIL PROTECTED]>: > > Try this.form.submit(); > > On 10/9/07, Ken nashua <[EMAIL PROTEC

Re: PropertySelection component - automatic submit

2007-10-09 Thread Igor Drobiazko
Try this.form.submit(); On 10/9/07, Ken nashua <[EMAIL PROTECTED]> wrote: > > > Folks, > > Is there a way to get a PropertySelection component to automatically > submit on selection event (I think it's onChange). > > My javascript has no effect... > onChange="javascript:document.GalleryForm.submit