The dialogs work fine when they are not inside any tab. But I have some pages inside tabs and in those pages, if I make modal=”true” and @appendto=”@body”, I do not see my changes done on the dialog in the bean. But if I make modal=”false”, the changes work fine, its just that I want my dialog to be modal. Can anyone suggest what to do?