Re: About datasource

2004-07-16 Thread Koon Yue Lam
^^ thanks so much ! I am going to have a try and let see what will happen (maybe somemore question, ^^) Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: About datasource

2004-07-16 Thread Geeta Ramani
Sure Craig, I guess it's a good idea to look beyond the weekend..;) Thanks for the advice! Geeta > -Original Message- > From: Craig McClanahan [mailto:[EMAIL PROTECTED] > Sent: Friday, July 16, 2004 12:16 PM > To: Struts Users Mailing List > Subject: Re: About data

Re: About datasource

2004-07-16 Thread Craig McClanahan
datasource-examples-howto.html Regards, Geeta Craig -Original Message- From: Koon Yue Lam [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 5:18 AM To: Struts Users Mailing List Subject: Re: About datasource Hi, after some thinking, I have another problem, ^^ If I am using an Action (w

RE: About datasource

2004-07-16 Thread Geeta Ramani
ginal Message- > From: Koon Yue Lam [mailto:[EMAIL PROTECTED] > Sent: Friday, July 16, 2004 5:18 AM > To: Struts Users Mailing List > Subject: Re: About datasource > > > Hi, after some thinking, I have another problem, ^^ > If I am using an Action (which extent the S

RE: About datasource

2004-07-16 Thread Marco Mistroni
: Struts Users Mailing List Subject: Re: About datasource Hi, after some thinking, I have another problem, ^^ If I am using an Action (which extent the Struts' Action class), I can get the Datasource by calling getDataSource() But now I want to write my own data assess object which shouldn

Re: About datasource

2004-07-16 Thread Koon Yue Lam
Hi, after some thinking, I have another problem, ^^ If I am using an Action (which extent the Struts' Action class), I can get the Datasource by calling getDataSource() But now I want to write my own data assess object which shouldn't extent Action, I don't know what way I can get the datasource fr

Re: About datasource

2004-07-15 Thread Koon Yue Lam
Thanks so much !! u really helps and quick response !! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: About datasource

2004-07-15 Thread Craig McClanahan
Koon Yue Lam wrote: Hi ! I have successfully use struts to connect MySql but I wonder do I using the database connection pool, or just a new connection for each request?? All I did is very simple stuffs and I follow strict to the database How-To section of struts doc. How can I know I am actually u

About datasource

2004-07-15 Thread Koon Yue Lam
Hi ! I have successfully use struts to connect MySql but I wonder do I using the database connection pool, or just a new connection for each request?? All I did is very simple stuffs and I follow strict to the database How-To section of struts doc. How can I know I am actually using a connection po