RE: Preview OReilly Struts Chapters Online - Soon

2002-03-29 Thread Phillips, George H.
My vote is for 21, 16, 8 and as many others as you can get out there. I wouldn't object to any additional email on the list if you post there. Thanks for doing this - you're providing us all with a real service. I *will* buy the book. George Phillips [EMAIL PROTECTED] >Chapter 2. The Web Se

RE: Struts Application in Production

2002-03-19 Thread Phillips, George H.
Nice looking site. I can't get to JavaOne but I have about a million questions. Any other info channels available? Whitepapers? Anything? Thanks! George Phillips University of Miami, FL [EMAIL PROTECTED] > -Original Message- > From: Jay sissom [mailto:[EMAIL PROTECTED]] > Sent: Monday,

RE: URGENT: Null Strings in Websphere

2002-02-12 Thread Phillips, George H.
We had a similar problem. Although we were actually getting spaces back from our DB, we were seeing "null" displayed on our jsp's. We fixed it by explicitly initializing our String fields in our result beans to " " rather than letting them default to null. I don't know *why* this worked, since

RE: OReilly Struts book

2002-01-28 Thread Phillips, George H.
Chuck, This looks great! My only suggestion is to keep in mind that there are a lot of us out here who don't use EJB's for a variety of reasons. I hope you'll include some examples and discussion of the servlet/jsp-only approach using Struts. Looking forward to the book! George Phillips [EMAIL

Xerces and Xalan versions

2001-09-14 Thread Phillips, George H.
Group, Can anyone tell me the correct versions of Xerces and Xalan to use with Struts and VAJ 4.0? Should the IBM xml parser be in the classpath for the WTE? I'm getting a sax parse exception on the DTD for struts-config.xml using Steven Brand's recent instructions for struts and VAJ. Can't fin

RE: Struts 1.0 on WebSphere 3.5.4??

2001-07-03 Thread Phillips, George H.
Chris, Would you post that jar to the List? It would be a timesaver for me and possibly others. Thanks! George Phillips [EMAIL PROTECTED] > -Original Message- > From: Assenza, Chris [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 03, 2001 8:54 AM > To: '[EMAIL PROTECTED]' > Subject: R

RE: mapping.getInput() returns null

2001-01-09 Thread Phillips, George H.
Thank you, Pierre. That did the trick. > -Original Message- > From: Pierre Métras [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 09, 2001 1:32 PM > To: [EMAIL PROTECTED] > Subject: Re: mapping.getInput() returns null > > > Hi George, > > Two months ago, when moving to 1.0, I was

mapping.getInput() returns null

2001-01-09 Thread Phillips, George H.
Last week I replaced my 0.5 install of Struts under Tomcat 3.2 with the 12/30 build of Struts. My app works fine until I try to return to the originating page after a processing error. When my action classes execute: return (new ActionForward(mapping.getInput())) mapping

RE: Identifying calling page

2000-12-13 Thread Phillips, George H.
programmer can learn from it and actually produce a working application from it... > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 12, 2000 8:38 PM > To: [EMAIL PROTECTED] > Subject: Re: Identifying calling page > >

Identifying calling page

2000-12-12 Thread Phillips, George H.
Hello, I have a couple of jsp pages (a menu and a browse) which share the same action class and action mapping . This works fine except for when errors occur - I set up the error messages and return via: return (new ActionForward(mapping.getInputForm())); This works great when there's a one-to

RE: struts form tag and submit()

2000-11-15 Thread Phillips, George H.
Subject: Re: struts form tag and submit() > > > > > > This is browser specific. In IE 5.x I'm using > > document.all..submit() > > I think in NS 4 is different, and in NS 6 is different from > > both the other > > ways. > > Check JavaScript

struts form tag and submit()

2000-11-14 Thread Phillips, George H.
Hi, Can someone confirm or deny for me whether or not I should be able to submit a form built by a struts form tag using a javascript document.formname.submit() command? It *looks* like it ought to work, but the attempt gives me a browser error saying "object doesn't support this property or meth

RE: Problem with optional form fields

2000-10-23 Thread Phillips, George H.
Consistent behavior across an app or an app framework is, it seems to me, a desireable thing. Absent any compelling programming reasons, I think its a great idea to have Struts tags behave similar to their jsp brethren. Regards, George Phillips > -Original Message- > From: Craig R. McClan