0 Replies Latest reply on Mar 18, 2008 11:45 AM by newlukai

    XML error in FF: Closing tag doesn't match

      Hi there,

      at the moment I try if it's possible to implement my application with RichFaces instead of ICEfaces. After all the setup stuff, the first pages are "translated" and can be viewed in IE.
      When I try to start my app in FF, I get an error that a closing tag doesn't match the opening one ("_b_ _/td_<"). In the page I try to display is a rich:dataGrid with nested rich:simpleTogglePanels. I'm confused why this happens in FF and not in IE.

      I think I should mention that I had a problem with the rich:dropDownMenu since it uses " "s. They caused "invalid entity" errors. I get rid of this error as I included a doctype at the top of my template ("<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">").

      Thanks in advance
      Newlukai