[Seaside-dev] path parameters in WAUrl?

Philippe Marschall philippe.marschall at gmail.com
Tue Jul 5 05:09:10 UTC 2011


2011/7/5 Julian Fitzell <jfitzell at gmail.com>:
> Do you mean in the actual Seaside released package or just in your
> application?

The "trunk" code base.

> Also, I'm not clear what you mean by "map the path index to the parameter
> values"...

Give the URL /examples/counter;_s=sessionId

 1 -> nil (missing association)
 2 -> {_s: sessionId}

It also has the slight advantage that it doesn't have to be repeated
as a hidden field in the form but I don't think we want to change
this.

Cheers
Philippe


More information about the seaside-dev mailing list