1 Reply Latest reply on Jul 2, 2007 6:25 AM by mircalex

    seam text generates xml that is not well formed

    mircalex

      Hi, guys.

      I'm running:
      JBoss AS 4.2.0.GA
      JBoss Seam 1.2.1.GA

      and I'm getting the following browser error (only on Firefox):

      XML Parsing Error: mismatched tag. Expected: .
      Location: http://localhost:8080/SelfService/somepage
      Line Number 101, Column 69: <h2>Descriptionline1line2</h2>

      The actual seam text is:"++Description_line1_line2".
      The annoying thing is that this worked fine on JBoss AS 4.0.5

      The workarround was to put a well formatted seam text like:
      "++Description_line1_line2"
      or to use Internet Explorer.

      I would appreciate any comments on this one.

      Thanks,
      Alex Popescu