I have a form in which the form fields are created dynamically based on the selection of one particular field. However I would like to know how to write the callback so that form is refreshed and displays the new field list. I am not trying to refresh the values in other fields but trying to get new set of fields. My callback creates the list of new fields but how do I pass the set of new fields to the currently displayed form and ask the form to refresh. thanks, Sriram