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]
>
>
--
The Spindle guy. http://spindle.sf.net
Get help with Spindle:
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Announcement Feed:
http://www.jroller.com/rss/glongman?catname=/Announcements
Feature Updates: http://spindle.sf.net/updates
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]