Re: tapestry.form.cancel not working

2006-11-21 Thread Bill Holloway
That's got it! Thanks. Bill On 11/19/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: Without quotes the javascript interpreter will treat your sampleForm reference as being one to an object previously defined. I think you need to do something more like tapestry.form.cancel('sampleForm') to make it

tapestry.form.cancel not working

2006-11-19 Thread Bill Holloway
I have a very simple setup to reproduce a bug here. Summary: invoking tapestry.form.cancel from the onclick handler of a form's button (any button) gives javascript error in FireFox that the form's id is not defined; e.g., sampleForm is not defined. Here's my template: html jwcid=@Shell