[Seaside] URL Manipulation

Philippe Marschall philippe.marschall at gmail.com
Fri Nov 30 21:15:12 UTC 2007


Url manipulation is for bookmarkable urls. Not for implementing any
kind of behaviour. Your problem sounds as if it would be implemented
much easier with annoucements:
http://onsmalltalk.com/programming/smalltalk/maintaining-loose-coupling-in-seaside-components/

Cheers
Philippe

2007/11/30, Sylvain Pralon <sylvain.pralon at gmail.com>:
> Hi,
>
> I am currently wondering how can I manipulate urls generated by Seaside.
> In my application I have several components which can be displayed in the
> main interface.
> In some of them I create some anchors.
>  First I want to konw how can I add some parameters in this url ?
> Second, when the link is clicked, how can browse the parameters in my
> current url in order
> to take some decisions depending on their values ?
>
>  For example, imagine a "cloud tag" where each tag is an anchor which should
> recall another component which could be a kind of research component.
>
> From the Seaside FAQ, I read some stuffs about that. It seems that this
> parameters is stored in the session variable but I have to recognize that I
> need some more explanations...
>
> Thanks in advance.
>
> Sylvain
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list