Jenia popup not working in IE6

Hi all,

I made a jenia popupframe component. I have been testing my program in firefox and have neglected to test it in other browsers. I just tried my program in IE6 and when I clicked the link to the popup, it opened the popup but displayed the source code for it. I find this especially weird because I use a popupframe elsewhere in the code and that one works fine in IE6. The biggest difference I can see between them is the one that doesn't work uses a facelets template. The components used in it are 2 selectOneMenus and 2 commandButtons. If anyone has had this issue or knows of an issue that might cause this, help would be greatly appreciated.

Thanks in advance

[692 byte] By [jco1323a] at [2007-11-27 8:11:02]
# 1

To anyone else having this issue;

I had that weird <?utf blah blah blah >xml declaration at the top of my page because I am using facelets and it requires xhtml pages instead of jsp's. Jenia works using hidden forms inside your current page so when IE rendered the page it saw other stuff written above this decleration so when it went to load the page, it didn't recognize it as a valid webpage. I learned this declaration is not need and just causes issues. Removing it solved my issue.

jco1323a at 2007-7-12 19:54:51 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...