You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Tim Sawyer (JIRA)" <de...@tapestry.apache.org> on 2007/04/28 15:57:15 UTC

[jira] Created: (TAPESTRY-1433) Tapestry 5 doesn't have LinkSubmit component

Tapestry 5 doesn't have LinkSubmit component
--------------------------------------------

                 Key: TAPESTRY-1433
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1433
             Project: Tapestry
          Issue Type: New Feature
          Components: Core Components
    Affects Versions: 5.0.3
            Reporter: Tim Sawyer
            Priority: Minor


Issue for tracking adding the Tapestry 4 LinkSubmit component to Tapestry 5

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (TAPESTRY-1433) Tapestry 5 doesn't have LinkSubmit component

Posted by "Christian Köberl (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527132 ] 

Christian Köberl commented on TAPESTRY-1433:
--------------------------------------------

We had a problem with JavaScript in IE6 and this component.

I changed the render code to:
		writer.element("a"
			,"href", "#" 
			,"onclick", "document.getElementById('" + submitButton.getClientId() + "').click();return false;"
		);


> Tapestry 5 doesn't have LinkSubmit component
> --------------------------------------------
>
>                 Key: TAPESTRY-1433
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1433
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: Core Components
>    Affects Versions: 5.0.3
>            Reporter: Tim Sawyer
>            Priority: Minor
>         Attachments: LinkSubmit.zip
>
>
> Issue for tracking adding the Tapestry 4 LinkSubmit component to Tapestry 5

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (TAP5-157) Add a LinkSubmit component, for submitting a Form via a clickable link

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-157.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.16

> Add a LinkSubmit component, for submitting a Form via a clickable link
> ----------------------------------------------------------------------
>
>                 Key: TAP5-157
>                 URL: https://issues.apache.org/jira/browse/TAP5-157
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Tim Sawyer
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.16
>
>         Attachments: LinkSubmit.zip
>
>
> Issue for tracking adding the Tapestry 4 LinkSubmit component to Tapestry 5

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (TAPESTRY-1433) Tapestry 5 doesn't have LinkSubmit component

Posted by "Christian Köberl (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Köberl updated TAPESTRY-1433:
---------------------------------------

    Attachment: LinkSubmit.zip

Here is a simple LinkSubmit component that I made for our projects. 

I used a Submit component with display:none and a link calling the click of the submit. That's because otherwise the Form's onsubmit event is not raised (that's needed for client side validation). Seems a bit clumsy, maybe somebody has a better idea (maybe after AJAX, JS support is coded).

> Tapestry 5 doesn't have LinkSubmit component
> --------------------------------------------
>
>                 Key: TAPESTRY-1433
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1433
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: Core Components
>    Affects Versions: 5.0.3
>            Reporter: Tim Sawyer
>            Priority: Minor
>         Attachments: LinkSubmit.zip
>
>
> Issue for tracking adding the Tapestry 4 LinkSubmit component to Tapestry 5

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Assigned: (TAP5-157) Tapestry 5 doesn't have LinkSubmit component

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-157:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> Tapestry 5 doesn't have LinkSubmit component
> --------------------------------------------
>
>                 Key: TAP5-157
>                 URL: https://issues.apache.org/jira/browse/TAP5-157
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.0.15
>            Reporter: Tim Sawyer
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>         Attachments: LinkSubmit.zip
>
>
> Issue for tracking adding the Tapestry 4 LinkSubmit component to Tapestry 5

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (TAP5-157) Add a LinkSubmit component, for submitting a Form via a clickable link

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-157:
--------------------------------------

    Component/s: tapestry-core
       Priority: Major  (was: Minor)
     Issue Type: Bug  (was: New Feature)
        Summary: Add a LinkSubmit component, for submitting a Form via a clickable link  (was: Tapestry 5 doesn't have LinkSubmit component)

I've changed this to a bug, since this is a pretty critical feature of Tapestry 4 that has been sorely missed in Tapestry 5.

> Add a LinkSubmit component, for submitting a Form via a clickable link
> ----------------------------------------------------------------------
>
>                 Key: TAP5-157
>                 URL: https://issues.apache.org/jira/browse/TAP5-157
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Tim Sawyer
>            Assignee: Howard M. Lewis Ship
>         Attachments: LinkSubmit.zip
>
>
> Issue for tracking adding the Tapestry 4 LinkSubmit component to Tapestry 5

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (TAP5-157) Add a LinkSubmit component, for submitting a Form via a clickable link

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645554#action_12645554 ] 

Howard M. Lewis Ship commented on TAP5-157:
-------------------------------------------

Note: I wrote my own version of the component (I didn't use the attachment).  It's based on some work I did for Ping Identity recently, released with their verbal permission.

> Add a LinkSubmit component, for submitting a Form via a clickable link
> ----------------------------------------------------------------------
>
>                 Key: TAP5-157
>                 URL: https://issues.apache.org/jira/browse/TAP5-157
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Tim Sawyer
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.16
>
>         Attachments: LinkSubmit.zip
>
>
> Issue for tracking adding the Tapestry 4 LinkSubmit component to Tapestry 5

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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