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]

Reply via email to