I have to switch to absolute URLs for this. Thanks for reading Bert
On Mon, Apr 2, 2012 at 15:33, Bert <[email protected]> wrote: > Hi list, > > in a current project I need to support IE <9. For this, the designer > have decided to use pie.htc (http://css3pie.com/) which adds CSS3 > support via IE behaviours. > > This pie.htc file is referenced from css. Unfortunately, IE is not > looking for the file relative to the css, but relative to the html > file is is used in. > This makes it rather hard to mount the pie.htc file in a wicket application. > > My idea was to write an IRequestMapper implementation that decides if > a request is for the pie.htc and if so returns an IRequestHandler to > serve that file. > > Is that a possible way to go? Can I 'reuse' a ResourceRequestHandler > for the actual delivery? > > Thanks in advance for any hints --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
