2 Replies Latest reply on Oct 31, 2007 5:55 PM by asookazian

    combine EL and javascript in the same value attribute?

    asookazian

      is it possible to combine EL and javascript in the same value attribute?

      I have a facelet with the following type of code inside a rich:modalPanel:

      <h:outputText value="#{noteAction.header} document.getElementById("a4jForm:employeeName").value" />


      How can I call the getHeader method in the SFSB and also get the employeeName via javascript simultaneously for the same outputText? thx.