On Fri, Apr 17, 2015 at 10:42 PM, Christopher Merrill <
ch...@webperformance.com> wrote:

> The javadocs indicate that should return a bookmarkable (absolute) URL, but
> it is returning a relative URL, instead :(
>

Please be more concrete what you have tried.

This should work fine:
Url relativeUrl = urlFor(...);
Url fullUrl = urlRenderer.renderFullUrl(relativeUrl);


>
> Should I report this as a bug?
>
> I'm debugging this on a local AppEngine SDK instance, if that matters.
>
> TIA!
> Chris
>
>
> On Thu, Apr 16, 2015 at 4:44 PM, Martin Grigorov <mgrigo...@apache.org>
> wrote:
>
> > On Thu, Apr 16, 2015 at 11:05 PM, Sven Meier <s...@meiers.net> wrote:
> >
> > > > #1 rendering a full page URL
> > >
> > > See https://cwiki.apache.org/confluence/display/WICKET/
> > > Getting+a+url+for+display
> >
> >
> > TL;DR
> > use urlFor() instead of mapUrlFor()
> >
> >
>

Reply via email to