Re: Getting DataSource from an Action

2002-03-05 Thread Eddie Bush
;" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 7:59 AM Subject: RE: Getting DataSource from an Action > sure there is: > > public ActionForward perform(ActionMapping mapping, > ActionForm form, > HttpServletRequest request, > HttpServletResponse response) >

RE: Getting DataSource from an Action

2002-03-05 Thread Ronald Haring
e Bush [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 05, 2002 2:51 PM > To: Struts Users Mailing List > Subject: Getting DataSource from an Action > > > Is it possible to obtain a reference to the built-in struts > datasource from a custom action? > > If so, is the

Getting DataSource from an Action

2002-03-05 Thread Eddie Bush
Is it possible to obtain a reference to the built-in struts datasource from a custom action? If so, is there something I could reference on how to do it? I haven't been able to find anything. Thanks so much! Eddie