[ZPT] Batching Oddity
Dieter Maurer
dieter@handshake.de
Sat, 8 Sep 2001 19:41:34 +0200 (CEST)
Evan Simpson writes:
> ksmith@99hats.com wrote:
>
> > tal:attributes="href string:?b_start=${p/first}">
>
> I don't know if this has anything to do with the symptoms you describe,
> but this href really should have a full path in it, as in
> '${request/URL}?b_start=${p/first}', rather than a bare query string. I
> know, you just copied it from my example, mea culpa :-)
Why?
Relative URI references should work...
The browser should make an absolute URL be prepending the
document URL (and not the base URL).
Dieter