> I recently wrote an Action which in conjunction with an ActiveX > object returns a table from the server to update the DOM in the > browser. My question is: Is this a proper use of an Action, here > essentially just a subroutine I am calling from the client, with > no forwarding action? Or should I have used a servlet for this > purpose?
That's a good question. My general recommendation is to use Actions even though you may not return a Forward. My reasoning is that you still have whatever hooks you may have added (or may add later) to Struts' request processing. - Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]