we had used iepngfix.htc method, but our css file was relative to our web application, so iepngfix.htc file was not served through wicket.. but I believe it should not be problematic.. does it cause any obvious error in the application other than the error log?


novotny wrote:
Hi,

In order to support .png files on IE we added a "fix/hack" as documented
here http://www.twinhelix.com/css/iepngfix/

However in the logs we're seeing this wicket error:

org.apache.wicket.WicketRuntimeException: Internal error parsing
wicket:interface = iepngfix.htc
       at
org.apache.wicket.protocol.http.request.WebRequestCodingStrategy.addInterfaceParameters(WebRequestCodingStrategy.java:596)
       at
org.apache.wicket.request.target.coding.BookmarkablePageRequestTargetUrlCodingStrategy.decode(BookmarkablePageRequestTargetUrlCodingStrategy.java:104)
       at
com.homeaccount.web.wicket.WebRequestCodingStrategy.targetForRequest(WebRequestCodingStrategy.java:498)
       at
org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:184)
       at org.apache.wicket.RequestCycle.step(RequestCycle.java:1246)

Has anyone else had this problem and is there a way to deal with it?

Thanks, Jason



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

Reply via email to