2 Replies Latest reply on Dec 13, 2011 4:04 AM by feuyeux

    how to use a4j:jsFunction to connect String parameter

    feuyeux

      There is a inputText and a button as the input components, and a outputText will print result.

       

      How to use the a4j:jsFunction to set the outputText to obtain a summary result:

      for instance, the first time, we input 1 and click the button, the print string is 1. And then input 2, we gain 1_2 ...

       

      Thanks!