RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Galbreath, Mark A
Validator sucks. Learn to live without it - use forms validation. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:49 PM I'm developing a Struts 1.1 web app and trying to implement the validation plug-in. Things went well as

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jim Barrows
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 10:49 AM To: [EMAIL PROTECTED] Subject: Validation plug-in Websphere Studio 5.0.1 I'm new to Struts and couldn't find anything about this on the archive so please

Re: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread James Mitchell
1:55 PM Subject: RE: Validation plug-in Websphere Studio 5.0.1 Validator sucks. Learn to live without it - use forms validation. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:49 PM I'm developing a Struts 1.1 web app

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Galbreath, Mark A
I went to JavaOne and Craig told me how much I was missed ;-) -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 2:00 PM I thought we got rid of you!!!;) - To

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 2:06 PM To: 'Struts Users Mailing List' Subject: RE: Validation plug-in Websphere Studio 5.0.1 I went to JavaOne and Craig told me how much I was missed

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:59 PM To: Struts Users Mailing List Subject: Re: Validation plug-in Websphere Studio 5.0.1 I thought we got rid of you!!!;) -- James Mitchell

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:59 PM To: Struts Users Mailing List Subject: Re: Validation plug-in Websphere Studio 5.0.1 I thought we got rid of you!!!;) -- James Mitchell

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:59 PM To: Struts Users Mailing List Subject: RE: Validation plug-in Websphere Studio 5.0.1 -Original Message- From: [EMAIL PROTECTED] [mailto

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:55 PM To: 'Struts Users Mailing List' Subject: RE: Validation plug-in Websphere Studio 5.0.1 Validator sucks. Learn to live without it - use forms

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:49 PM To: [EMAIL PROTECTED] Subject: Validation plug-in Websphere Studio 5.0.1 I'm new to Struts and couldn't find anything about this on the

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread bmf5
Below are snippets from my form. I'm working on the first check of several. But have hit a wall with this problem. The problem doesn't occur without the errors.add(Test add, new ActionError(errors.physical.takeover)); line of code. With it the validate() method got called 163 times.

[OT] Re: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Rick Reumann
, August 18, 2004 1:55 PM Subject: RE: Validation plug-in Websphere Studio 5.0.1 Validator sucks. Learn to live without it - use forms validation. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:49 PM I'm developing a Struts 1.1

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jim Barrows
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:38 AM To: Struts Users Mailing List Subject: RE: Validation plug-in Websphere Studio 5.0.1 snip bunch of code/snip if(physicalAudit == true

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread bmf5
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:38 AM To: Struts Users Mailing List Subject: RE: Validation plug-in Websphere Studio 5.0.1 snip bunch of code/snip if(physicalAudit

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jim Barrows
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 12:06 PM To: Struts Users Mailing List Subject: RE: Validation plug-in Websphere Studio 5.0.1 My bad. That was some code I was trying just to see what would

Re: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Kishore Senji
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:38 AM To: Struts Users Mailing List Subject: RE: Validation plug-in Websphere Studio 5.0.1 snip bunch of code/snip if(physicalAudit == true){ if(takeoverAudit

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread bmf5
Users Mailing List Subject: RE: Validation plug-in Websphere Studio 5.0.1 My bad. That was some code I was trying just to see what would happen. This line gets the same results and is the one I started with. Promise. errors.add(ActionErrors.GLOBAL_MESSAGE, new ActionError

RE: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread Jim Barrows
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:28 PM To: Struts Users Mailing List Subject: RE: Validation plug-in Websphere Studio 5.0.1 OH that's it make me think I had the easy solution :) *LOL* I'd try

Re: Validation plug-in Websphere Studio 5.0.1

2004-08-18 Thread bmf5
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:38 AM To: Struts Users Mailing List Subject: RE: Validation plug-in Websphere Studio 5.0.1 snip bunch of code/snip if(physicalAudit == true){ if(takeoverAudit == true