RE: html:errors/ throwing null servlet exception

2003-08-18 Thread Jerry Jalenak
Partially answering my own question - Changing back to use ActionError (and ignoring the deprecation messages that Eclipse spits out), I can get my messages to work. Obviously the problem is that I am mixing ActionErrors and ActionMessage. What is the preferred method? It looks like

RE: html:errors/ throwing null servlet exception

2003-08-18 Thread David Graham
--- Jerry Jalenak [EMAIL PROTECTED] wrote: Partially answering my own question - Changing back to use ActionError (and ignoring the deprecation messages that Eclipse spits out), I can get my messages to work. Obviously the problem is that I am mixing ActionErrors and ActionMessage. What

RE: html:errors/ throwing null servlet exception

2003-08-18 Thread Jerry Jalenak
-1496 [EMAIL PROTECTED] -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:28 AM To: Struts Users Mailing List Subject: RE: html:errors/ throwing null servlet exception --- Jerry Jalenak [EMAIL PROTECTED] wrote: Partially answering

RE: html:errors/ throwing null servlet exception

2003-08-18 Thread David Graham
Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:28 AM To: Struts Users Mailing List Subject: RE: html:errors/ throwing null servlet exception --- Jerry

RE: html:errors/ throwing null servlet exception

2003-08-18 Thread Jerry Jalenak
- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 1:24 PM To: 'Struts Users Mailing List' Subject: RE: html:errors/ throwing null servlet exception --- Jerry Jalenak [EMAIL PROTECTED] wrote: David, That's basically what I thought. However, when I change