2 Replies Latest reply on Jun 8, 2009 9:46 AM by fabdib

    s:decorate no div render

      Hi to everyone,
      i've this problem: i've this line of code:

      <h3>bla....bla...bla....</h3>
      <s:decorate id="ufficioRegistroDecorate" template="/layout/edit.xhtml">
      <h:inputText id="ufficioRegistro" value="# {...}" required="true"/>
      </s:decorate>

      i'want render the "<h3>" text and the "inputText" on the same line, but the s:decorate is rendered with "div" html component and the te "inputText" go on the next line, how i can solve this problem?

      Thanks, Fabio.