0 Replies Latest reply on Oct 1, 2007 9:52 AM by dhydrated

    How to bind values with a4j:commandbutton immediate=true

      I've several blank mandatory fields in a form. How do I submit several values from other fields, with a4j:commandbutton immediate=true, while the mandatory fields are still blank. Coz rite now, if I set immediate=true, it will not bind the values to the back bean. How do I solve this problem?