I work on a webapplication that opens in a frameset. The left pane is an
applet which contains a JTree. The center frame is where information is displayed in JSPs.
Some actions are initiated from the JTree nodes, and some from forms/links/buttons in the
JSP frame.
Lately we've added some functionality that results in lengthy downtime for the user. And between the IE status bar/spinning gloge, the IE cursor, and the applet, I've got no good way to disable the entire thing while an action is being performed.
I"m thinking I'd need to integrate ajax/strust in order to be able to do soemthing like this?
anyone else have an idea I may be missing?
thanks in advance!
Tom