Re: [OT] someone using Outlook 2003, please tell me it can't be this LAME...

2004-09-04 Thread M. Bitner
Tools->Options->Other->Empty the Deleted Items folder upon exiting doesn't work? On Sat, 4 Sep 2004 17:43:52 +0800, Big Chiz <[EMAIL PROTECTED]> wrote: > It cant be, hehehe, of course im just being biased > > On Fri, 03 Sep 2004 09:24:32 -0400, Bryce Fischer > <[EMAIL PROTECTED]> wrote: > > My b

Re: [FRIDAY] GMail invites

2004-09-10 Thread M. Bitner
I've got 5 if there's anyone here who still needs one. Melissa On Fri, 10 Sep 2004 10:07:23 -0700, Michael McGrady <[EMAIL PROTECTED]> wrote: > > Why do I get the impression that an "invite" might not be a difficult > thing to get for this party? > > > > > --

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread M. Bitner
On 6/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Sheesh man, I'm not calling for a ban on anyone, but give Niall a break. > Niall is one of the most helpful people I've ever met online. Mark comes in > here and says "Struts is dead" and calls everyone faggots, etc., ad nauseum. > He mi

Re: [OT]question about ibatis, error when loading resource properties file

2005-07-01 Thread M. Bitner
What are you trying to do? I don't think that you need to explicitly load your properties file in your Java - iBATIS takes care of all of that internally. On 7/1/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > I am trying SQLMap as stand alone application, > here is my folder structure > c:

Re: [OT] question about open source data base selection

2005-04-14 Thread M. Bitner
The "modification" clause is why many businesses do not use GPL software. They can't modify the source, even for internal use, without their own work being encumbered by the GPL. The GPL only kicks in when you are distributing. You can freely modify GPL'd software for your own use, even in a busi

Re: Struts training

2004-11-30 Thread M. Bitner
DevelopMentor offers a Struts class: http://www.develop.com/us/training/course.aspx?id=202 I haven't taken this particular class but I've gone to two of their other classes and was really impressed with them. Melissa - To unsub

Re: Struts training

2004-11-30 Thread M. Bitner
g relatively ignorant of the things they're teaching. > > I'm not knocking them :-) Just saying that it sounds as though that > particular course is aimed more at POSAs (Plain Ol'e Servlet Applications) > with a sprinkling of Struts. > > Eddie > > >

Re: [almost OT] Struts in Practice

2005-01-12 Thread M. Bitner
As a programmer with no design skills, one resource I've found to be helpful is Open Source Web Design: http://www.oswd.org/ There are quite a few site designs to choose from, many using CSS. They do have professional designs you can purchase if you'd like to go that direction, but I've found the

Re: RE: [almost OT] Struts in Practice

2005-01-14 Thread M. Bitner
-Original Message- BTW, what's "HTH"? Hope This Helps. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[S2] Getting DAO from Spring in Struts Action

2007-06-13 Thread M. Bitner
Good day, I'm working on a Struts 2 app that uses Spring to manage the DAO layer. I have the ContextLoaderListener and applicationContext configured in web.xml. When the app starts I can see in the console that Spring is picking up the beans defined in applicationContext and instantiating them. H

Re: [S2] Getting DAO from Spring in Struts Action

2007-06-14 Thread M. Bitner
I really appreciate the input - I've been struggling with this for a while. It's still not quite working though, and I'm sure the problem is that there's something fundamental about the process that I don't quite understand yet. My applicationContext.xml looks like this: http://www.springframew

Re: [S2] Getting DAO from Spring in Struts Action

2007-06-15 Thread M. Bitner
That got it working - thank you all so much for your help. On 6/15/07, David Durham, Jr. <[EMAIL PROTECTED]> wrote: On 6/14/07, M. Bitner <[EMAIL PROTECTED]> wrote: > - To unsubscribe,