Re: access the DataSource in a plugin object

2005-09-14 Thread Martin Gainty
DataSource(javax.servlet.http.HttpServletRequest) M- - Original Message - From: "Thibaut Lassalle" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, September 14, 2005 4:59 AM Subject: Re: access the DataSource in a plugin object hi i have the solution

Re: access the DataSource in a plugin object

2005-09-14 Thread Thibaut Lassalle
ase1").getConnection(); HTH/Bon Chance, Martin- - Original Message - From: "Thibaut Lassalle" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, September 13, 2005 10:29 AM Subject: Re: access the DataSource in a plugin object Martin yo

Re: access the DataSource in a plugin object

2005-09-13 Thread Martin Gainty
).getConnection(); HTH/Bon Chance, Martin- - Original Message - From: "Thibaut Lassalle" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, September 13, 2005 10:29 AM Subject: Re: access the DataSource in a plugin object Martin you are

Re: access the DataSource in a plugin object

2005-09-13 Thread Thibaut Lassalle
name space for the items in each module to protect you from name clashes. HTH, Martin- - Original Message - From: "Thibaut Lassalle" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, September 13, 2005 5:02 AM Subject: access the DataSou

Re: access the DataSource in a plugin object

2005-09-13 Thread Martin Gainty
Users Mailing List" Sent: Tuesday, September 13, 2005 5:02 AM Subject: access the DataSource in a plugin object hi I would like to access the DataSource object from a plugin in my Struts application. I use struts 1.2 with modules. In the root struts-config.xml the data source

access the DataSource in a plugin object

2005-09-13 Thread Thibaut Lassalle
hi I would like to access the DataSource object from a plugin in my Struts application. I use struts 1.2 with modules. In the root struts-config.xml the data source is discribe as : key="dataBase1"> value="org.gjt.mm.mysql.Driver" /> value="jdbc:mysql://192.168.0.25/cvdunet"