Re: How can I get the DataSource from a JSP page

2001-08-14 Thread Luis Olivares
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 9:27 PM Subject: RE: How can I get the DataSource from a JSP page Binh, Why would you want to get a DataSource from a JSP page? I would not recommend using a DataSource at the presentation level. Normally, you would get

Re: How can I get the DataSource from a JSP page

2001-08-14 Thread BinhMinh Nguyen
: How can I get the DataSource from a JSP page Binh, Why would you want to get a DataSource from a JSP page? I would not recommend using a DataSource at the presentation level. Normally, you would get the data from the action class and store it in the session so that your

Re: How can I get the DataSource from a JSP page

2001-08-13 Thread Craig R. McClanahan
On Mon, 13 Aug 2001, BinhMinh Nguyen wrote: Hi, I know how to get a DataSource from a Action java class but I do not know how to obtain a DataSource from a JSP page. Please show me how. Doing this violates the usual separation of business logic and application logic, but the data