I don't believe you can. Though being able to specify alternate schemes
would be helpful for some other things, like switching over to a secure
connection. 

Meanwhile, you can do this: 

<a href="mailto:<bean:write name="actionForm" property="email"/>">Email
User</a>

The main purpose of the html:link tag is to preserve the session when
cookies are not avaialable, which wouldn't apply to a mailto: tag.

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/

Marcel Andres wrote:
> 
> Hi there
> 
> I have a link in an existing page like this:
> 
>             <a href="mailto:[EMAIL PROTECTED]";>
>               <span class="link">
>                 <bean:message key="footer.mailto"/>
>               </span>
>             </a>
> 
> Is there a possibility to use the "html:link"-tag for this? And if yes, which 
>parameter do I need?
> I couldn't find any example for something like this.
> 
> Marcel Andres

Reply via email to