Hello,

how is it possible to make from an relative page path and absolute one as 
string in wicket 7 or 8?

In wicket 1.4 it was quite a mess where one had to manually build it from 
string and this tended to be quite buggy (and much much code), and I somehow 
hope that it may now be easier in times of wicket 8 and java 8;

The idea is to have a basic funtion e.g:

public static String toAbsolutePath(String relativePagePath) 

where one could enter the relativePagePath, relative to the current URL in the 
browser window;

Best,

Korbinian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to