2 Replies Latest reply on Aug 17, 2006 11:36 AM by mrohad

    dynamic JSF - second try

    mrohad

      is it possible to add JSF Input box dyanmicly?

      for example I've
      input box , button value="OR"
      and I would like to add another input on each click on OR
      I know how to do it with JavaScript , how do I do it with JSF?

      is it possible to use it with seam? to relate each new input to a getter/setter(via @In and @out)