calling methods

2003-07-18 Thread Ben Austin
I have a method (myMethod) in a servlet (servletA). I want to use myMethod in servletB. I could just copy myMethod into servletB, but then I would have to update both copies of my Method whenever I wanted to change something. Is there a way to call myMethod in servletA from servletB?

Re: calling methods

2003-07-18 Thread RSEQUEIRA
: Subject: calling methods 07/18/03 03:44 PM Please respond