[Seaside] mailto:

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


Problem solved,
 
WAAbstractHtmlBuilder>>mailto: aEmailAddressString subject:
aSubjectString
 
 self document text: '<a
href="'">mailto:',aEmailAddressString,'?subject=',aSubjectString,'"
<mailto:',aEmailAddressString,'?subject=',aSubjectString,'> >'.
 self text: aEmailAddressString.    
 
    regards,
 
Sebastián Sastre
ssastre at seaswork.com.ar
www.seaswork.com.ar <http://www.seaswork.com.ar/> 

-----Mensaje original-----
De: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] En nombre de
Sebastián Sastre
Enviado el: Domingo, 13 de Junio de 2004 23:26
Para: seaside at lists.squeakfoundation.org
Asunto: [Seaside] mailto:


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/56d1c654/attachment.htm


More information about the Seaside mailing list