RE: html:errors/ not displaying message?

2002-08-21 Thread wbchmura
- From: Jerry.Jalenak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 5:17 PM To: Chmura, William B. Subject: RE: html:errors/ not displaying message? Should've read the rest of your message, the part where you changed the message-resources I made the same change, and lo

html:errors/ not displaying message?

2002-08-20 Thread Jerry Jalenak
I'm putting together a very basic, sample application for some training purposes using Struts 1.1b2. In testing the app, I cannot seem to get an error message from an ActionForm to display on the jsp. Can someone see what the heck I'm doing wrong? struts-config.xml ?xml version=1.0

RE: html:errors/ not displaying message?

2002-08-20 Thread Kamholz, Keith (corp-staff) USX
]] Sent: Tuesday, August 20, 2002 2:41 PM To: '[EMAIL PROTECTED]' Subject: html:errors/ not displaying message? I'm putting together a very basic, sample application for some training purposes using Struts 1.1b2. In testing the app, I cannot seem to get an error message from an ActionForm

RE: html:errors/ not displaying message?

2002-08-20 Thread Jerry Jalenak
with localization? Ideas? Jerry -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 1:44 PM To: 'Struts Users Mailing List' Subject: RE: html:errors/ not displaying message? For your html:errors/ tag, don't specify the name

RE: html:errors/ not displaying message?

2002-08-20 Thread wbchmura
with localization? Ideas? Jerry -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 1:44 PM To: 'Struts Users Mailing List' Subject: RE: html:errors/ not displaying message? For your html:errors/ tag, don't specify

RE: html:errors/ not displaying message?

2002-08-20 Thread Jerry Jalenak
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 2:28 PM To: [EMAIL PROTECTED] Subject: RE: html:errors/ not displaying message? Could just not be finding your properties file... Should be in: /classes/com/labone/Messages

RE: html:errors/ not displaying message?

2002-08-20 Thread Sri Sankaran
You mean html:html locale=true ? -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 3:23 PM To: 'Struts Users Mailing List' Subject: RE: html:errors/ not displaying message? Checked. it's there. I seem to remember a post sometime ago

RE: html:errors/ not displaying message?

2002-08-20 Thread Kamholz, Keith (corp-staff) USX
To: 'Struts Users Mailing List' Subject: RE: html:errors/ not displaying message? Checked. it's there. I seem to remember a post sometime ago about having to specify locale= , but can't seem to remember where it needs to be coded. I went to check the archives about an hour ago and couldn't get

RE: html:errors/ not displaying message?

2002-08-20 Thread Jerry Jalenak
To: 'Struts Users Mailing List' Subject: RE: html:errors/ not displaying message? Would it go in the message-resources tag in your struts-config.xml? I haven't done it, but i think i remember seeing that on this list. ~ Keith http://www.buffalo.edu/~kkamholz -Original Message- From

RE: html:errors/ not displaying message?

2002-08-20 Thread Kamholz, Keith (corp-staff) USX
http://www.buffalo.edu/~kkamholz -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 3:36 PM To: 'Struts Users Mailing List' Subject: RE: html:errors/ not displaying message? Well, that's just it. I don't remember either, and can't see to find

RE: html:errors/ not displaying message?

2002-08-20 Thread wbchmura
PM To: 'Struts Users Mailing List' Subject: RE: html:errors/ not displaying message? Would it go in the message-resources tag in your struts-config.xml? I haven't done it, but i think i remember seeing that on this list. ~ Keith http://www.buffalo.edu/~kkamholz -Original

RE: html:errors/ not displaying message?

2002-08-20 Thread wbchmura
The ?? Show that its not being found - within the ?? is the kjey its looking for... -Original Message- From: kkamholz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 3:44 PM To: struts-user Subject: RE: html:errors/ not displaying message? The question marks MIGHT

RE: html:errors/ not displaying message?

2002-08-20 Thread Jerry Jalenak
In fact, I think I'll try to add an 'english' version of the file and see what happens. jerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 2:54 PM To: [EMAIL PROTECTED] Subject: RE: html:errors/ not displaying message

RE: html:errors/ not displaying message?

2002-08-20 Thread wbchmura
other things). -Original Message- From: Jerry.Jalenak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 3:52 PM To: struts-user Subject: RE: html:errors/ not displaying message? I agree, it appears that the key is not being found. The ActionForm adds the message like

RE: html:errors/ not displaying message?

2002-08-20 Thread Robert Taylor
Are the following properties in your properties file? errors.header= errors.footer= robert -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 3:23 PM To: 'Struts Users Mailing List' Subject: RE: html:errors/ not displaying message