[Seaside] mailto:

Sebastián Sastre ssastre at seaswork.com.ar
Mon Jun 14 04:26:07 CEST 2004


Hi all,
 
    I was trying to add some #mailto: to the renderer but for some
reason it does not work.
 
    Here is the code:
 
WAAbstractHtmlBuilder>>mailto: aEmailAddressString subject:
aSubjectString
 
    self document text: '<a href="'">
<mailto:',aEmailAddressString,'?subject=',aSubjectString,'>
mailto:',aEmailAddressString,'?subject=',aSubjectString,'">'.
 
 
This generates the code but the link is missing in the final rendered
page.
 
    <a href="mailto:xxx at someserver.com?subject=uh?">

    any idea of what is going on?
 
    there is a better way to implement it?
 
    best regards,
 
Sebastián Sastre
ssastre at seaswork.com.ar
www.seaswork.com.ar <http://www.seaswork.com.ar/> 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20040613/137a0813/attachment.htm


More information about the Seaside mailing list