0 Replies Latest reply on Jul 26, 2010 5:33 AM by elenaveretilo

    InplaceInput strange encode

    elenaveretilo

      Hi all! I have a problem with <rich:inplaceinput> tag. I need encode this component to create simple html page (static), but when I do this, in my html page I see strange result - I get input filed + span tag, which shoe the same value as input field. Could I just show only this span tag or only input field.

       

      Here is what genereted after encode:

       

       

      <div style="" id="totalSalesForm:j_id47">
          <input type="text" value="$67,670.00" style="clip: rect(0px, 0px, 0px, 0px);" id="totalSalesForm:j_id47tempValue" autocomplete="off">
          <input type="hidden" value="$67,670.00" name="totalSalesForm:j_id47" id="totalSalesForm:j_id47value" autocomplete="off"><div style="display: none;" id="totalSalesForm:j_id47bar">
          <div id="totalSalesForm:j_id47btns_shadow"><table cellspacing="0" cellpadding="0" border="0"></div>
      
      $67,670.00
      </div>
      

       

       

      How can I avoid this behavour? It would be better for me, if I just could show $67,670.00, but not imput filed in my genereted html. But I still need to show inplaceinput in my jsf page.

       

      Thanks.