localhost - Primefaces components not correctly displayed in chrome -


i made little registration form using jsf 2 , primefaces 2.2 , deployed on jboss 6 on localhost.

i using primefaces lightbox

<p:lightbox iframe="true" width="80%" height="80%">       <h:outputlink value="http://www.google.de" title="test">           <h:outputtext value="test"/>       </h:outputlink>   </p:lightbox> 

in firefox there no problem.

opera works too.

in chrome 9.0.5 lightbox opens , stays black. no page rendered within lightbox. password component of primefaces showing how strong current typed password works in firefox , opera.

i configured chrome block cookies , javascript. added exceptions both this:

[*.]localhost 

i configured chrome not block cookies or javascript @ reminds broken.

using chrome, primefaces showcase (http://www.primefaces.org/showcase/ui/lightboxhome.jsf) works!

the windows hosts file looks ok too:

# localhost name resolution handled within dns itself.     127.0.0.1       localhost #   ::1             localhost 

any ideas?

thanks in advance

see faq #3;

http://www.primefaces.org/faq.html


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -