Hi,

Unfortunately it causes an InternalErrorPage-- we basically have a css file
included in the html:

<!--[if IE]><link rel="stylesheet" href="css/global-ie.css" type="text/css"
media="screen, projection"/><![endif]-->
 
The css includes the iepng.htc file:

 img {behavior: url('../iepngfix.htc');}

Nothing out of the ordinary :-(

Thanks, Jason

Serkan Camurcuoglu-3 wrote:
> 
> 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: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/anyone-see-error-%22Internal-error-parsing-wicket%3Ainterface-%3D-iepngfix.htc%22--tp22730324p22731175.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to