RE: ActionErrors in ActionForm and JSP not showing up...

2002-08-01 Thread wbchmura
Okay, so it behaves more like a package then... I see... Thanks! -Original Message- From: developer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 6:57 PM To: struts-user Subject: Re: ActionErrors in ActionForm and JSP not showing up... Well actually you could have a

Re: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread Developer
ither not finding the whole resources file or the > keys dont match for that error... If I make it a bad filename, I dont > see any errors also... > > AAARHH > > > > > > > > > > > > > -----Original Message- > From: martin.cooper

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread wbchmura
--Original Message- From: jmitchtx [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 4:42 PM To: struts-user Subject: RE: ActionErrors in ActionForm and JSP not showing up... Here's the problem... > parameter="/WEB-INF/resources/applicat

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread James Mitchell
ineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 31, 2002 4:40 PM > To: [EMAIL PROTECTED] > S

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread wbchmura
, 2002 3:38 PM To: struts-user Subject: RE: ActionErrors in ActionForm and JSP not showing up... Have you tried setting 'null="false"' in your entry in struts-config.xml? That would at least tell you whether the problem is related to picking up the resource string or is som

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread Martin Cooper
nesday, July 31, 2002 6:35 AM > To: [EMAIL PROTECTED] > Subject: RE: ActionErrors in ActionForm and JSP not showing up... > > > > Yes, the page that displays them is the same one that the errant > information is missing from. > Yes, I am also using Tiles on all these pages.

Re: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread Erich Meier
h > > > I have fixed every other part of my app that needs fixing avoiding > this > > problem... > > > > > > > > -Original Message----- > > From: AKulp [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, July 30, 2002 3:18 PM > > To: struts-user > > Subject: RE: A

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread wbchmura
: Wednesday, July 31, 2002 9:16 AM To: struts-user Subject: RE: ActionErrors in ActionForm and JSP not showing up... I know it sounds obvious, but are you sure you have placed "error.requestform.company.required" in your ApplicationResources.properties file? -Original Message

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread wbchmura
greatly appreciated ... This is my form-beans and action from the struts-config.xml Reported Errors: -Original Message- From: martin.cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 9:22 PM To: struts-user Subject: RE: ActionErrors in ActionForm and

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread Homer, Christopher
lp [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 3:18 PM > To: struts-user > Subject: RE: ActionErrors in ActionForm and JSP not showing up... > > > Just a thought, but have you remembered to define the tag libary > for > HTML? I had a similiar error on

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread wbchmura
uesday, July 30, 2002 3:18 PM > To: struts-user > Subject: RE: ActionErrors in ActionForm and JSP not showing up... > > > Just a thought, but have you remembered to define the tag libary > for > HTML? I had a similiar error once. I think with that you would see >

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-30 Thread Martin Cooper
Is the page that's supposed to display the errors returned from the same request that found them? This may not be the case if you are using frames, redirect or Tiles. The errors are saved as a request attribute, so if it's not the same request, the errors will be gone. -- Martin Cooper > -O

Re: ActionErrors in ActionForm and JSP not showing up...

2002-07-30 Thread Erich Meier
gt; > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, July 30, 2002 10:29 AM > > To: [EMAIL PROTECTED] > > Subject: RE: ActionErrors in ActionForm and JSP not showing up... > > > > &

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-30 Thread wbchmura
ssage- From: AKulp [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 3:18 PM To: struts-user Subject: RE: ActionErrors in ActionForm and JSP not showing up... Just a thought, but have you remembered to define the tag libary for HTML? I had a similiar error once. I think with that you

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-30 Thread Kulp, Arian
.. > > PS. I am on a nightly build dated the 29th > > -Original Message- > From: kkamholz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 10:15 AM > To: struts-user > Subject: RE: ActionErrors in ActionForm and JSP not showing up... > > > You don'

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-30 Thread wbchmura
-user Subject: RE: ActionErrors in ActionForm and JSP not showing up... Hmmm. I'm not sure what to tell you, it was just a thought I had. I've just finished my first struts app, so I'm not exactly an expert or anything. When you say it doesn't display anything after the font

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-30 Thread Kamholz, Keith (corp-staff) USX
of the JSP? ~ Keith http://www.buffalo.edu/~kkamholz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 10:29 AM To: [EMAIL PROTECTED] Subject: RE: ActionErrors in ActionForm and JSP not showing up... Hey Keith, I know about the logic tag, I

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-30 Thread wbchmura
:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 10:15 AM To: struts-user Subject: RE: ActionErrors in ActionForm and JSP not showing up... You don't need the . It automatically checks to see if errors are present, so you can just use the font tag and the . If there are no errors, it won&#x

RE: ActionErrors in ActionForm and JSP not showing up...

2002-07-30 Thread Kamholz, Keith (corp-staff) USX
You don't need the . It automatically checks to see if errors are present, so you can just use the font tag and the . If there are no errors, it won't write anything out. I don't know if this would solve your issue, but maybe it has something to do with it. ~ Keith http://www.buffalo.edu/~kkam