PDA

View Full Version : Window control access from the WizardAction



maximm
06-27-2004, 04:37 AM
May be somebody can help me with this issue? I need show messages in the UI window during Action execution. I have access to the CustomFrame (Frame cfr = (Frame)((SwingWizardUI)wizui).getCustomFrame();) from the execute(WizardBeanEvent event)event, but how can I get access to the HTML object, for example, located in this frame?