I have a view that has a few different losely related subviews. I have actions that can generate each subview independently. I also have a view where few of those little subviews are bunched together. And sometimes, I would need to display several sub-views while displaying the form to edit data for one of the subviews. When submitting such a form I would not want to make submission process depend on the fact that my next view has other subviews that might as well be change.
What would be a way to deal with this in Struts? I am basically looking for a way to do what ww:action tag does in WebWork, for those familiar with WW. -- Thanks, Alex. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]