[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]