Re: [newbie] Finding datasource from pool in struts-config

2003-03-24 Thread Stephen Smithstone
Action.getDataSource( httpSerlvetRequestObject , "logindb" ); or Action.getDataSource( httpServletRequest , "userdb" ); that how i do it in rc1 On Monday 24 March 2003 1:00 pm, Johan Wasserman wrote: > Hi, > How do you connect to a specific datasource pool (as configured in > strusts-config).

RE: [newbie] Finding datasource from pool in struts-config

2003-03-24 Thread Johan Wasserman
Sorry, that's in Struts 1.1 rc3 that I found ActionServlet.findDataSource deprecated -Original Message- From: Johan Wasserman Sent: 24 March 2003 14:58 To: '[EMAIL PROTECTED]' Subject: [newbie] Finding datasource from pool in struts-config Hi, How do you connect to a specific datasourc