2 Replies Latest reply on Jun 20, 2007 6:42 AM by demetrio812

    s:formattedText doesn't render anything

    demetrio812

      Hi I changed the seam-gen generated code to use the s:formattedText tag but it doesn't render anything...what's wrong?

      That's the code I use:

      <s:decorate id="testoDecoration" template="layout/edit.xhtml">
       <ui:define name="label">Text</ui:define>
       <s:formattedText id="testo" value="#{paginaHome.instance.testo}"/>
      </s:decorate>
      


      Thanks!

      Demetrio