2 Replies Latest reply on Apr 10, 2011 9:18 PM by kragoth

    &nbsp rich:extendedDataTable empty-cell problem

    kragoth

      Hey guys,

       

      I've tried googling this and I just can't seem to find what I am supposed to do about this problem.

       

      When viewing our system in Chrome I am getting the following error message.

       

       

      This page contains the following errors:
      error on line 576 at column 51: Entity 'nbsp' not defined
      Below is a rendering of the page up to the first error.
      

       

      Now, I know that nbsp is no longer the way to go, but the html is being generated by richfaces (as far as I can tell).

       

      <TH class="extdt-empty-cell rich-extdt-subheadercell "> </TH>

       

      That is the generated html. So... how do I get it to stop putting in   and start putting in &#160;?

      Am I missing something?

        • 1. &nbsp rich:extendedDataTable empty-cell problem
          kragoth

          That is the generated html. So... how do I get it to stop putting in & nbsp;   and start putting in &#160;?

          & nbsp got changed to a space But, you get the idea

          • 2. &nbsp rich:extendedDataTable empty-cell problem
            kragoth

            Bah, I realised I posted in the wrong forum somehow *sigh* sorry.

             

            Not to mention the fact that I figured out the problem. Upgrading to a newer version of richfaces fixed the issue for me. (I had a bit of javascript that was tied into richfaces and so that's broken now , so this may not be a viable solution for me).

             

            Anyways, nothing here really.