Re: EventListener validateForm=false still submits form

2007-05-22 Thread Julian Wood
I've submitted a bug report for this issue: https://issues.apache.org/jira/browse/TAPESTRY-1495 Thanks, J On 18-May-07, at 5:21 PM, Julian Wood wrote: Hi Jesse, yes, it is a timesheets, billing, invoicing and reporting system. Quite fun actually. Your suggestion about not updating the com

Re: EventListener validateForm=false still submits form

2007-05-18 Thread Julian Wood
Hi Jesse, yes, it is a timesheets, billing, invoicing and reporting system. Quite fun actually. Your suggestion about not updating the components unless necessary was dead on. That took care of a lot of little problems which were compounding on each other. I have one last issue though. I

Re: EventListener validateForm=false still submits form

2007-05-16 Thread Jesse Kuhnert
Your code looks like mine a couple of years ago only minus any ajax support. (sounds hospital / billing ish related ) I agree about the server side validation being annoying and am in the process of fixing it as it has just now annoyed me. The not updating your form async triggers I'm not as su

EventListener validateForm=false still submits form

2007-05-16 Thread Julian Wood
I have a form: value="{'weekScheduler_billable_row'}"/> And I have an eventlistener on billableItem: @EventListener(elements = "billableItem", events = "onchange", submitForm="addBillable