Hi, If you are able to extract this info from the HttpServletRequest then you should be able to do it.
Request req = RequestCycle.get().getRequest(); HttpServletRequest httpReq = ((ServletWebRequest) req).getContainerObject(); httpReq.xyz() On Wed, Mar 27, 2013 at 1:17 PM, Ondrej Zizka <[email protected]> wrote: > Hi, > > I have one site which uses generic hostnames (subdomains) and shows a page > based on that. > The mapping is pretty simple, something like <stringId>.mysite.com would > load a page of the $stringId object. > > Is that achievable with current URL mapping system? > Is there some such? FWICT, the existing mappers only deal with the path > part. > > Thanks, > Ondra > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
