hi,

I had this problem and with the older API the
getServlet() method was being used. However, with the
new API this method is deprecated and returns NULL.
The suggestions I got was to change the design of the
application so that there is no need for any direct
servlet reference...or just put all the methods that
you need from the servlet in a separate class and use
it..
hope this helps..
regards manish

--- "[Steven Shaw]" <[EMAIL PROTECTED]> wrote:
> If I have a servlet loaded and running, can I call
> another servlet and use
> it to access public, static or whatever data members
> from the first one?
>
>
> -Steven Shaw
>
>
>
>
>
>
> This message may contain information which is
> private, privileged or
> confidential and is intended solely for the use of
> the individual or entity
> named in the message. If you are not the intended
> recipient of this message,
> please notify the sender thereof and destroy /
> delete the message. Neither
> the sender nor Sappi Limited (including its
> subsidiaries and associated
> companies) shall incur any liability resulting
> directly or indirectly from
> accessing any of the attached files which may
> contain a virus or the like.
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED]
> and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives:
>
http://archives.java.sun.com/archives/servlet-interest.html
> Resources:
>
http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help:
http://www.lsoft.com/manuals/user/user.html


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to