Does putting your script in html comments make any difference? On Tue, 2005-07-26 at 16:43 -0400, Geoff Longman wrote: > http://issues.apache.org/jira/browse/TAPESTRY-443 > > On 7/25/05, tapestrycn <[EMAIL PROTECTED]> wrote: > > Hi, > > In my test.html file, the following javascript snippet can work well: > > .... > > function activeButtons(form){ > > form.testSubmit.disabled=false; > > form.cancelSave.disabled=false; > > } > > function disableButtons(form){ > > form.testSubmit.disabled=true; > > form.cancelSave.disabled=true; > > } > > ...... > > > > However in beta2 exception throws as following: > > > > Tag <arr.length;i++){> on line 273 contains more than > > one 'form.testSubmit.disabled' attribute. > > > > tapestrycn > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
