Seems like I am having a bunch of JSF related questions these days... here it goes again: why does AJAX call declared with f:ajax
post all the fields of the form and not only those declared with execute
? This question was already asked in the Sun forums, but as they are now closed I cannot reply there. The thread there is a stub with no real answer to this.
What's the point of submitting all the form fields if I need to use only some of them?