You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org> on 2005/09/22 21:17:30 UTC

[jira] Resolved: (TAPESTRY-644) Javascript error with LinkSubmit component

     [ http://issues.apache.org/jira/browse/TAPESTRY-644?page=all ]
     
Howard M. Lewis Ship resolved TAPESTRY-644:
-------------------------------------------

    Resolution: Cannot Reproduce

> Javascript error with LinkSubmit component
> ------------------------------------------
>
>          Key: TAPESTRY-644
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-644
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: tapestry-4.0-beta-6
>     Reporter: Jonathan Lee
>     Assignee: Howard M. Lewis Ship

>
> When clicking on an @LinkSubmit link, a JavaScript error is raised by the browser
> Firefox
> --------------------------------------------
> form.submit is not a function
> IE
> --------------------------------------------
> Object doesn't support this property or method 
> Error occurs within the following generated JavaScript
> function onclick_LinkSubmit()
> {
>   var form = Tapestry.find('saveForm');
>   
>   if (form.events.onsubmit_handler())
>   {
>     Tapestry.find('LinkSubmit').value = "T";
>     form.onsubmit = null;
>     form.submit();
>   }
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org