hello i am devlop a custom selectonemenu nested with other selectonemenu with ajax, i think that normally y make the request and after of process must build the html based on the xml response.
but i think if not a way of make build the html whit jsf, i make the ajax call the process the request, but not create a xml file whit the result, else return the html correspond to the selectonemenu altered my questions is how i can get the new html correspond of the selectonemenu altered, then i only make innerHTML=result; regads

