Hi,
I have a simple jsf example, It has few issues with ajax calls.
When we use <a4j: support> with ajaxSingle="true" only one component is being processed, because of this, values entered in other components are getting erased, as these values are not populated in to the formbean.
When we dont use ajaxSingle="true" immediate="true", the whole form is being submitted and validate methods are being called, for all the fields which are empty, error messages are getting displayed.
Can you please suggest me a solution.