You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Paolo Donà (JIRA)" <ta...@jakarta.apache.org> on 2005/08/29 21:33:04 UTC

[jira] Created: (TAPESTRY-613) Javascript problem with @LinkSubmit

Javascript problem with @LinkSubmit
-----------------------------------

         Key: TAPESTRY-613
         URL: http://issues.apache.org/jira/browse/TAPESTRY-613
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
 Environment: Tapestry4-beta5
 Reporter: Paolo Donà


It seems to me that Tapestry4-beta5's LinkSubmit component generates a
wrong javascript call :

<a href="#" jwcid="@LinkSubmit"> MY TEXT </a>

generates :

<a id="LinkSubmit" href="javascript:submitLink(Tapestry.find('form','LinkSubmit');"> MY TEXT </a>

it misses a ")" at the end of the submitLink statement.
It used to work with Tapestry4-beta4.
I downloaded them from the ibiblio maven repository.

Paolo

-- 
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


[jira] Assigned: (TAPESTRY-613) Javascript problem with @LinkSubmit

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-613?page=all ]

Howard M. Lewis Ship reassigned TAPESTRY-613:
---------------------------------------------

    Assign To: Howard M. Lewis Ship

> Javascript problem with @LinkSubmit
> -----------------------------------
>
>          Key: TAPESTRY-613
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-613
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: Tapestry4-beta5
>     Reporter: Paolo Donà
>     Assignee: Howard M. Lewis Ship
>  Attachments: LinkSubmit.diff
>
> It seems to me that Tapestry4-beta5's LinkSubmit component generates a
> wrong javascript call :
> <a href="#" jwcid="@LinkSubmit"> MY TEXT </a>
> generates :
> <a id="LinkSubmit" href="javascript:submitLink(Tapestry.find('form','LinkSubmit');"> MY TEXT </a>
> it misses a ")" at the end of the submitLink statement.
> It used to work with Tapestry4-beta4.
> I downloaded them from the ibiblio maven repository.
> Paolo

-- 
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


[jira] Closed: (TAPESTRY-613) Javascript problem with @LinkSubmit

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-613?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-613:
-----------------------------------------

    Fix Version: 4.0
     Resolution: Fixed

> Javascript problem with @LinkSubmit
> -----------------------------------
>
>          Key: TAPESTRY-613
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-613
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: Tapestry4-beta5
>     Reporter: Paolo Donà
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0
>  Attachments: LinkSubmit.diff
>
> It seems to me that Tapestry4-beta5's LinkSubmit component generates a
> wrong javascript call :
> <a href="#" jwcid="@LinkSubmit"> MY TEXT </a>
> generates :
> <a id="LinkSubmit" href="javascript:submitLink(Tapestry.find('form','LinkSubmit');"> MY TEXT </a>
> it misses a ")" at the end of the submitLink statement.
> It used to work with Tapestry4-beta4.
> I downloaded them from the ibiblio maven repository.
> Paolo

-- 
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


[jira] Updated: (TAPESTRY-613) Javascript problem with @LinkSubmit

Posted by "Yoritaka Sakakura (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-613?page=all ]

Yoritaka Sakakura updated TAPESTRY-613:
---------------------------------------

    Attachment: LinkSubmit.diff

minor patch

> Javascript problem with @LinkSubmit
> -----------------------------------
>
>          Key: TAPESTRY-613
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-613
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: Tapestry4-beta5
>     Reporter: Paolo Donà
>  Attachments: LinkSubmit.diff
>
> It seems to me that Tapestry4-beta5's LinkSubmit component generates a
> wrong javascript call :
> <a href="#" jwcid="@LinkSubmit"> MY TEXT </a>
> generates :
> <a id="LinkSubmit" href="javascript:submitLink(Tapestry.find('form','LinkSubmit');"> MY TEXT </a>
> it misses a ")" at the end of the submitLink statement.
> It used to work with Tapestry4-beta4.
> I downloaded them from the ibiblio maven repository.
> Paolo

-- 
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