The servlet for an Action is the ActionServlet.  In the Action, you
probably should have used some utility class defined outside the
Action to decouple the business logic from the Action itself.

On 6/1/05, e-denton Java Programmer <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> 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?
> 
> Thanks.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
"You can lead a horse to water but you cannot make it float on its back."
~Dakota Jack~

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to