On Wed, 2003-12-10 at 12:12, Trieu, Danny wrote:
> Constructor is the answer to your problem.  There are no guarantee that the
> servlet that set the data will be loaded before the servlet that accessing
> it.
> 
I'm attempting to make that guarantee but I can see how the servlets
might not care.  Further testing reveals that the contructor is not the
problem, though, since putting the lookup in a separate function called
after construction also fails.  Other thoughts?

Thanks,
Oliver


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

Reply via email to