• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Bug in chrome

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I open login page in google chrome I get this warning message: Unsupported node - 4
Here is my xhtml page:



When I remove <rich messages> I don't have this problem. Does anyone have a clue how to fix this?
Thank you very much.
 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I don't use RichFaces myself but it's normal when using JSF with webkit based
browsers to have to wrap your pages in <f:view contentType="text/html"> ...
</f:view> tags. These need to wrap around your <h:head> and <h:body> tags.
But inside the <html> tags, get what I mean?
 
reply
    Bookmark Topic Watch Topic
  • New Topic