Hi all,

I created a link that when you press on it - it opens the default email
program (code above)

<span wicket:id="emailText"/> <#>   
and then add a label into the link like: 
ExternalLink link = new ExternalLink ("email", "mailto:"; + user.getEmail()); 
link.add (new Label ("emailText, user.getEmail())); 
item.add (link); 

My question is - how can I attached File to the mail?

Thanks!



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/create-link-to-email-with-attached-file-wicket-tp4658584.html
Sent from the Forum for Wicket Core developers mailing list archive at 
Nabble.com.

Reply via email to