0 Replies Latest reply on Dec 2, 2007 4:38 PM by shariffs

    Richface Tags and Serverside code <%%> on a same JSP Page

    shariffs

      Hi All

      Is it possible to use richfaces tags like <h:outputText value="#{bean.text}"/> and server side code like <% int i = 0; %> on the same JSP page.
      If yes then, can anyone give me the code example please. I tried myself but did not work.

      Thanks