I am having a problem with my webapp. I expect a formatted form, but I get a white screen. If I browse the source of InternetExplorer, I read strange HTML tags like:
<body jQuery1337692490330="9" onload="showSubform(false,''); ...>
What does it mean? Thanks in advance. In Firefox, it looks like this:
<body onload="showSubform(false,''); ...>
JSF-based webapp created frame-based code. Thanks in advance.
source
share