shaun wrote:

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]



That worked.  Don't know why I didn't think about it.

scott
--

Scott F. Walter         Scott F. Walter
Principal Consultant
Vivare, Inc.

E: [EMAIL PROTECTED]
E: [EMAIL PROTECTED]
Visit scottwalter.com <http://scottwalter.com> --Point.  Click.  Explore!




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to