0 Replies Latest reply on Aug 6, 2009 5:04 PM by jasc

    Formatting text

    jasc

      Hi there.


      Is there a way to get the following results using jsf components?


      example.xhtml


      <s:div>#{text}</s:div>



      otherExample.xhtml


      <ui:include src="example.xhtml">
      <ui:param name="text"
                value="A <br/> B <br/> C" />
      </ui:include> 





      The result must be:

      A

      B

      C


      Thanks