I got trouble with my webapp. I am expecting a rendered form, but I get a white screen. If I view the InternetExplorer-source I read strange HTML-Tags like:
<body jQuery1337692490330="9" onload="showSubform(false,''); ...>
What does this mean? Thanks in advance. In Firefox it looks like this:
<body onload="showSubform(false,''); ...>
A JSF-based webapp produced the frame-based code. Thanks in advance.