Re: Null from urlFor() on

2010-05-20 Thread Igor Vaynberg
urlfor does not guarantee a url for every irequesttarget implementation you throw at it. only a "standard" subset of targets is supported, mainly the ones that provide the "standard" functionality such as page, component, and resource urls. if wicket does not provide a way to build the url you may

Null from urlFor() on

2010-05-20 Thread Wilhelmsen Tor Iver
We are trying to "tunnel" some images from a content system, and run into a problem trying to make URLs for them via UrLResourceStream: Stepping through the code we see some instanceof-testing but none which deals with this particular resource type. Is there some missing code somewhere or a bett