Re: [OT] Re: ActionErros ok but ActionMessages fail

2004-11-23 Thread Matt Bathje
Joe Germuska wrote: This is totally off topic - but did Joe reply to you personally, or was the message on the list? I didn't see any message from him get posted here. I actually haven't seen any messages from him here or on dev for the past few days, but have seen people respond to him. I'm makin

RE: [OT] Re: ActionErros ok but ActionMessages fail

2004-11-23 Thread Joe Germuska
This is totally off topic - but did Joe reply to you personally, or was the message on the list? I didn't see any message from him get posted here. I actually haven't seen any messages from him here or on dev for the past few days, but have seen people respond to him. I'm making it through to the a

RE: [OT] Re: ActionErros ok but ActionMessages fail

2004-11-23 Thread Alpay Ozturk
Yes, it was on the list. -Original Message- From: Matt Bathje [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 5:41 PM To: Struts Users Mailing List Subject: [OT] Re: ActionErros ok but ActionMessages fail This is totally off topic - but did Joe reply to you personally, or

Re: ActionErros ok but ActionMessages fail

2004-11-23 Thread Matt Bathje
Alpay Ozturk wrote: Hi All, I am having a problem with ActionMessages. When I create an ActionMessages instance in my action and add ActionMessage objects to it, it is not displayed in my result jsp. But when I create an ActionErrors instance and add ActionMessage ojects to it, it is displayed. Bel

Re: ActionErros ok but ActionMessages fail

2004-11-23 Thread Joe Germuska
At 4:20 PM +0200 11/23/04, Alpay Ozturk wrote: Hi All, I am having a problem with ActionMessages. When I create an ActionMessages instance in my action and add ActionMessage objects to it, it is not displayed in my result jsp. But when I create an ActionErrors instance and add ActionMessage ojects

ActionErros ok but ActionMessages fail

2004-11-23 Thread Alpay Ozturk
Hi All, I am having a problem with ActionMessages. When I create an ActionMessages instance in my action and add ActionMessage objects to it, it is not displayed in my result jsp. But when I create an ActionErrors instance and add ActionMessage ojects to it, it is displayed. Below are the action a