Hello, I have an ajax form with radio, inputText and an ajax function (via jsFunction) inside it. This ajax function invokes a method (via action) from my backing bean to retrieve some data that I need (some data are within the form view, so the jsFunction must be inside the form too). The problem: when an ajax function is called for ...