[Seaside] Url's

Avi Bryant avi.bryant at gmail.com
Wed Oct 26 22:47:05 UTC 2005


On Oct 26, 2005, at 12:01 AM, Dmitry Dorofeev wrote:

> By the way,
>
> Could anybody provide a simple how to for people like me on the  
> subject
> "Making seaside app URL starting from /"
>
> Especially the case when i already have apps with URLs starting  
> from /seaside
>
> I tried to change it with inspectors and debugger and failed  
> permanently.

This should work:

WADispatcher default basePath: '/'

Also, if you want to default to a certain app (when no app name is  
put in), you can do this:

WADispatcher default entryPoints at: '' put: (WADispatcher default  
entryPoints at: 'myapp')

Avi


More information about the Seaside mailing list