if you are currently on a /fts/<foo> url, then "search" is correct
because relative to /fts/<foo> it will produce /fts/search.

-igor


On Fri, Apr 20, 2012 at 1:25 PM, Nelson Segura <[email protected]> wrote:
> Using Wicket 1.5.4
>
> Have the following mountedPage()
>
> mountPage("/fts/search", FTSResultsPage.class);
>
>
> In a panel inside that page I have
>
> String pageUrl = urlFor(FTSResultsPage.class,null).toString();
>
> I expect this to be (as in wicket 1.4)
>
> "/fts/search"
>
> But instead it is rendered as
>
> "search"
>
> Is there any explanation for this?
>
> -Nelson Segura
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to