Re: AW: AW: Looking up the Struts Datasource

2003-10-19 Thread Craig R. McClanahan
Wolfgang Woger wrote: Craig R. McClanahan wrote: Philipp Röthl wrote: That's not really what I would like to do. public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throw

Re: AW: AW: Looking up the Struts Datasource

2003-10-19 Thread Wolfgang Woger
Craig R. McClanahan wrote: Philipp Röthl wrote: That's not really what I would like to do. public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { SomeBe

Re: AW: AW: Looking up the Struts Datasource

2003-10-17 Thread Craig R. McClanahan
Philipp Röthl wrote: That's not really what I would like to do. public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { SomeBean myBean = new SomeBean(); }

AW: AW: Looking up the Struts Datasource

2003-10-17 Thread Philipp Röthl
That's not really what I would like to do. public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { SomeBean myBean = new SomeBean(); } public clas