1 Reply Latest reply on Mar 23, 2011 9:07 AM by lvdberg

    How to format jsf tags using s:formattedText

    sumathra

      I am trying to display an image using


      <s:formattedText value="#{image}"/>



      . Image value actually corresponds to


      image="<h:graphicImage value=\"/img/bird.png\"/>"



      . Now while formatting seam throws a warning message






      [UIFormattedText] Seam Text parse error: invalid element 'h'






      How to resolve this?