Re: Init methods in Struts

2007-05-17 Thread newtostruts struts
Dave, That works great. Thank you so much. Dave Newton <[EMAIL PROTECTED]> wrote: --- newtostruts struts wrote: > Could you please explain the ' context listener ' > method you follow. First one I found: http://www.stardeveloper.com/articles/display.html?article=200901&page=1

Re: Init methods in Struts

2007-05-17 Thread Dave Newton
--- newtostruts struts <[EMAIL PROTECTED]> wrote: > Could you please explain the ' context listener ' > method you follow. First one I found: http://www.stardeveloper.com/articles/display.html?article=200901&page=1 (Also has stuff about session listeners, but you can ignore that.) d.

RE: Init methods in Struts

2007-05-17 Thread Zhang, Larry \(L.\)
Then I have no clue other than newton.dave's approach ... -Original Message- From: newtostruts struts [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 2:46 PM To: Struts Users Mailing List Subject: RE: Init methods in Struts Larry thanks for the reply. I'm in St

Re: Init methods in Struts

2007-05-17 Thread newtostruts struts
Dave, I don't really have any preferrence at this time, I'll use anything that'll work :o) Could you please explain the ' context listener ' method you follow. Thx Dave Newton <[EMAIL PROTECTED]> wrote: --- newtostruts struts wrote: > newtostruts struts wrote: I > want to initiali

RE: Init methods in Struts

2007-05-17 Thread newtostruts struts
e- From: newtostruts struts [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 2:09 PM To: Struts Users Mailing List Subject: Re: Init methods in Struts Anyone please... newtostruts struts wrote: I want to initialize torque in Struts2. I've got the code to initialize torque and it works

Re: Init methods in Struts

2007-05-17 Thread Dave Newton
--- newtostruts struts <[EMAIL PROTECTED]> wrote: > newtostruts struts <[EMAIL PROTECTED]> wrote: I > want to initialize torque in Struts2. I've got the > code to initialize torque and it works fine. > The problem is where do I put that code. > Is there a place like an init method which is calle

RE: Init methods in Struts

2007-05-17 Thread Zhang, Larry \(L.\)
: newtostruts struts [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 2:09 PM To: Struts Users Mailing List Subject: Re: Init methods in Struts Anyone please... newtostruts struts <[EMAIL PROTECTED]> wrote: I want to initialize torque in Struts2. I've got the code to initialize torque a

Re: Init methods in Struts

2007-05-17 Thread newtostruts struts
Anyone please... newtostruts struts <[EMAIL PROTECTED]> wrote: I want to initialize torque in Struts2. I've got the code to initialize torque and it works fine. The problem is where do I put that code. Is there a place like an init method which is called just once? Thx all for your help. Vin