Hi all, I have just started working with struts a few days ago, and I understand most of it. The only thing that i dont understand is, if i make a connection pool then where will it be initialized. In servlets I know that it can be done in the init() method but in struts framework there is nothing like an init() method. I have the connection pool class that i have written and i was using in one of my servlets. Now i want to know how to initialize the connection pool object and how to pass that object to all Action classes.
Any suggestion would be greatly appreciated. regards saurabh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]