0 Replies Latest reply on Mar 24, 2009 11:03 AM by koloale1

    How to encode   in AJAX response

    koloale1

      Hello!
      I have error when I need return    on Ajax request, e.g.
      the following code doesn't work ("Completed" doesn't appear):

      <h:outputText value="Ajax Status:"/>
      <a4j:status id="commonstatus" startText="In progress..." stopText="Complete"/>
      
      <rich:tabPanel switchType="ajax">
       <rich:tab label="First">
       ab
       </rich:tab>
       <rich:tab label="Second">
       a&#38;#160;b
       </rich:tab>
      </rich:tabPanel>
      


      Does anybody know how to escape &#38;nbsp;  correctly?
      Thanks in advance,
      Alexey.