Tomasz Dziurko created WICKET-6301:
--------------------------------------
Summary: MailtoLink component allowing to use mailto property in
link HTML element.
Key: WICKET-6301
URL: https://issues.apache.org/jira/browse/WICKET-6301
Project: Wicket
Issue Type: Improvement
Components: wicket
Reporter: Tomasz Dziurko
Priority: Minor
I would like to add a new link-like component that allows to create empty
e-mail to given address e-mail specified in "mailto" element. It would produce
html similar to presented below:
<a href="mailto:[email protected]?Subject=Hello%20again" target="_top">Send
Mail</a>
We have created something like this in our current project and I thought about
adding it to the Wicket components base.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)