On 1/16/06, Rune Hansen <[EMAIL PROTECTED]> wrote:
> std.url from todays svn checkout behaves differently from the one on friday:
>
> <form action="${std.url('/Add')}" method="POST">
> <input type="text" name="name" value=""/>
> <input type="submit" name="submit" value="Add Source Group"/>
> </form>
>
> When loading this form for the first time the source reads:
>  <FORM ACTION="/SiteGroup/Add" METHOD="POST">
> .
> .
>
> After submitting the form on the url "localhost:10103/SiteGroup/Add" the
> source reads:
> <FORM ACTION="/Add" METHOD="POST">
>
> This is "different" from what I would expect, not saying that it is a bug :)

Err... it seems like a bug, though... /SiteGroup/Add is not the same as /Add...

server.webpath is set to /SiteGroup?

Kevin

Reply via email to