[Seaside] one last url question.. i promise..

Julian Fitzell jfitzell at gmail.com
Mon Mar 1 07:57:50 UTC 2010


On Mon, Mar 1, 2010 at 5:34 AM, sergio_101 <sergiolist at village-buzz.com> wrote:
> i would really like to make sure that if i have a url that looks like this:
>
> http://<domain>/store/item/<item_description>
>
> that i could find some way to make sure that no matter what i do to
> the code that runs the site/page, the url will remain constant...
>
> is this the case?

Of course not. :) The code generates and handles the URLs so, by
definition, there are ways you could change the code that would change
the URLs.

But humour aside, I assume your question is really something else, but
I'm not quite sure what... are you asking how to generate RESTful
URLs?

Julian


More information about the seaside mailing list