on 1/30/01 4:35 PM, "Java Apache CVS Development" <[EMAIL PROTECTED]> wrote:
> public synchronized void init( ServletConfig config )
> {
> + //We have already been initialized...
> + if( getInit() ) return;
> +
>
If you are using Turbine's Services, then this won't be needed as this
method will only be called if getInit() returns false.
-jon
--
Honk if you love peace and quiet.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?: [EMAIL PROTECTED]