Thank you. But there are some problems. If I put style="display:none" in the
out DIV, like the following, the Dialog will never be selected. In general,
when the dialog appears, others below it will become translucent and cannot
be select. And if I add the style rule like this, the dialog will also be
translucent and cannot be select when it is asked to appear.
<div jwcid="[EMAIL PROTECTED]" hidden="ognl:loginHidden"
style="display:none">
   <div jwcid="@Login" dialog="component:loginDialog"
needUpdate="component:userToolbarP"/>
</div>
I think maybe that's because there is colliding between the attribute of
hidden and the attribute of style?
And if I put the rule in the inner DIV, it don't work. The dialog still
appear at first.
Thanks for your help. Yet this problem still puzzles me.

Reply via email to