4 Replies Latest reply on Nov 5, 2009 12:02 PM by jean.baldessar

    ajaxSingle and form parameters

    jean.baldessar

      Hi.

      I got a big form and a a4j:commandButton that must execute an action in the backinBean. I use ajaxSingle="true", but the button still submiting all the form parameters. They are ignored by JSF (my backeanBean properties still the same), but the post request gets very big.

      For performace improvement, i want to send only the values that I need to send in the post request. Is there a way to do that? I thought that ajaxSingle had this function, but I was wrong.