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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to