Re: Error message - not sure of meaning or significance.

2002-10-11 Thread Ryan Cuprak
Well, I have wrapped the offending page in a try catch with system.out.print but I still get the same darn exception and no output from my system.outs. So, back to digging... Those entries on standard error in the email are new though... (I think) -Ryan On Friday, October 11, 2002, at 09:40 A

RE: Error message - not sure of meaning or significance.

2002-10-11 Thread Andrew Hill
: 'Struts Users Mailing List' Subject: RE: Error message - not sure of meaning or significance. Learn the mystical art of "System.out.println()." :-( -Original Message- From: Ryan Cuprak [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 9:33 AM BTW: How do I

RE: Error message - not sure of meaning or significance.

2002-10-11 Thread Galbreath, Mark
sage - not sure of meaning or significance. Well, I have wrapped the offending page in a try catch with system.out.print but I still get the same darn exception and no output from my system.outs. So, back to digging... Those entries on standard error in the email are new though... (I think)

RE: Error message - not sure of meaning or significance.

2002-10-11 Thread Andrew Hill
, 2002 22:00 To: 'Struts Users Mailing List' Subject: RE: Error message - not sure of meaning or significance. Don't have any knowledge on the stderr msgs, but sometimes debugging is a painful process of narrowing the offending code in a method or module with println statements. I kn

RE: Error message - not sure of meaning or significance.

2002-10-11 Thread Galbreath, Mark
Learn the mystical art of "System.out.println()." :-( -Original Message- From: Ryan Cuprak [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 9:33 AM BTW: How do I get exception traces for servlet errors. I am trying to track down a "servlet exception" in one of my tiles - all

RE: Error message - not sure of meaning or significance.

2002-10-11 Thread Galbreath, Mark
g List Subject: Re: Error message - not sure of meaning or significance. Well, I have wrapped the offending page in a try catch with system.out.print but I still get the same darn exception and no output from my system.outs. So, back to digging... Those entries on standard error in the email a

Re: Error message - not sure of meaning or significance.

2002-10-11 Thread Ryan Cuprak
Ok, I pegged down the problem, the tile I was referencing was 'loginBody.jsp' whereas the tiles:put used "LoginBody.jsp". Normally, I try to avoid mismatch in case (cause of linux/unix platforms except MacOS X). What's interesting, is that this did not crop up until I tried running my code

RE: Error message - not sure of meaning or significance.

2002-10-11 Thread Darren Hill
If that's true .. I may be the biggest poser on the planet. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: October 11, 2002 10:16 AM To: 'Struts Users Mailing List' Subject: RE: Error message - not sure of meaning or significance. Hey, yo

RE: Error message - not sure of meaning or significance.

2002-10-11 Thread Xue-Feng Yang
> a cyclone over Tokyo... > (Great for debugging though. Just have to read the > stack and I know exactly > what the problem is!) > > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 11, 2002 22:00 > To: 'Struts Us