Re: Data_Source_Key depricated, newby question

2004-09-20 Thread Vic
You should look up container Data Source via JNDI (and not use Struts Data Source any more) .V Dirk Markert wrote: Hello Nadia, use org.apache.struts.Globals.DATA_SOURCE_KEY *** NK> Hi, NK> I'm just starting with Struts 1.1 and am tryi

RE: Data_Source_Key depricated, newby question

2004-09-20 Thread Nadia Kunkov
Thanks Dirk! Nadia -Original Message- From: Dirk Markert [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 10:10 AM To: Struts Users Mailing List Subject: Re: Data_Source_Key depricated, newby question Hello Nadia, use org.apache.struts.Globals.DATA_SOURCE_KEY

Re: Data_Source_Key depricated, newby question

2004-09-20 Thread Dirk Markert
Hello Nadia, use org.apache.struts.Globals.DATA_SOURCE_KEY *** NK> Hi, NK> I'm just starting with Struts 1.1 and am trying to set up a NK> datasource. When I compile my class I get a worning that NK> Action.Data_Source_Key is deprec

Data_Source_Key depricated, newby question

2004-09-20 Thread Nadia Kunkov
Hi, I'm just starting with Struts 1.1 and am trying to set up a datasource. When I compile my class I get a worning that Action.Data_Source_Key is deprecated. Could you point me to where I can look up a newer API? All my books use DATA_SOURCE_KEY. What do I use insted? Here is the line the