Madhav Bhargava schrieb: > Werner, > > One question on modal dialog - > > Is there a way to show a modal dialog without javascript - > "someDialog.show();" > > I want to call an action method and then display the modal dialog as a > popup. The action method will prepare data for the popup. > not really since the dialog itself is dhtml/javascript based, what you could do is to add a verbatim element to the the component tree on the backend side, which does the show within a timeout or an onload (although onload always is problematic in ie)
alternatively you can use the timed notifier element which also does this.

