Patrick Lightbody wrote: > What about Swing as a view technology. I've always wanted to see that in > action, but I can imagine there might not be a "standard" way to do it.
There's an example of this in the dist (an applet version of the HelloWorld applet). It needs to be more advanced, but the basic stuff works pretty ok. > Also, by "chain actions", is that the same thing as having the setXxx > methods in ActionB utilize the getXxx methods in ActionA when the result > of ActionA is ActionB? Yes. That is something that a lot people have been asking for, but we haven't been able to figure out a good way to describe these chains and how parameters should be transferred. /Rickard -- Rickard �berg _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
