Amit,
I tried adding the immediate="true" with partialSubmit="true" and it didn't
fix the problem. The dialog does not clear. I am going to go back to my
workaround of using
onclick="document.getElementById('status::busy').style.display='inline'" to
clear the statusIndicator and also have the dialog close properly.
This is what I had for my commandButton when I tried using the partialSubmit
and immediate attributes:
<tr:commandButton text="Select"
action="#{familySelectionBacking.handleDialogOkButton}"
partialSubmit="true" immediate="true"/>
Did you have any other attributes?
In my handleDialogOkButton method, I am calling
RequestContext.getCurrentInstance().returnFromDialog(viewId, null); and
returning null.
-Richard