Details
Description
When using Liferay the bridge logging functionality is inoperative. 'window.logger is undefined' javascript errors occur on both Firefox and IE. On inspection it looks like ICE.Log is initialized to NOOPConsole.
I saw this problem with IE 7, ICE Faces 1.6.2/1.7-DR2/Tomcat 6.0.14 using a tree control.
I eliminated the problem by removing this from my web.xml
<error-page>
<error-code>404</error-code>
<location>/error/error_404.iface</location>
</error-page>
Aparently IE is looking for a specific 404 resonse code.