Robert J. Sanford, Jr. wrote: > the difference is that a new servlet is actually a "process" (for > lack of a better term) in the container where the bean would not > be - it would be invoked from the thread accessing the controller > servlet.
BTW, if I understand you correctly, what you're proposing can be done easily with a templating engine like Velocity. In your action class within Struts, call "Velocity.merge(bla bla bla)" (or whatever the method is called), which'll send the data of the template to te client, and then return null, so that Struts does not do any further dispatches. -- []'s Marcelo Vanzin Touch Tecnologia [EMAIL PROTECTED] "Life is too short to drink cheap beer" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>