[Seaside] SE friendly redirect

Pat Maddox pat.maddox at gmail.com
Fri May 29 19:19:46 UTC 2009


That's true with every renderable object, because #with: actually
spits it out onto the canvas.  The object needs to be completely set
up (url, css class, etc) before rendering it to the canvas.

Pat

On Fri, May 29, 2009 at 11:40 AM, Sebastian Sastre <ssastre at seaswork.com> wrote:
> ah, true. Cool.
> I noticed #url: *must* be sent before #with: and not the other way around.
> thanks,
> sebastian
>
>> -----Mensaje original-----
>> De: seaside-bounces at lists.squeakfoundation.org
>> [mailto:seaside-bounces at lists.squeakfoundation.org] En nombre
>> de Lukas Renggli
>> Enviado el: Friday, May 29, 2009 15:19
>> Para: Seaside - general discussion
>> Asunto: Re: [Seaside] SE friendly redirect
>>
>> > I have to make a page with an anchor that will do a
>> redirect to another site.
>> > First thing that comes to mind is to do it in a callback
>> but that will just show
>> > the _s and _k of the callback instead of exposing the other
>> site's url.
>>
>> You will see the URL of the other site, not the one of the callback.
>>
>> > How can I render an anchor that exposes an url so search
>> engines can "count"
>> > that reference?
>>
>> html anchor
>>    url: 'http://www.seaside.st/';
>>    with: 'Seaside'
>>
>> Cheers,
>> Lukas
>>
>> --
>> Lukas Renggli
>> http://www.lukas-renggli.ch
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list