Re: Validation Problems

2003-11-05 Thread Charlie Toohey
I had the same problem. The solution was that my webapp was not using: jakarta-oro.jar which is a regular expression package used by some, but not all, of the validations. - Charlie > Dear Struts users, > > I have done a simple web-app using validator framework. > the JavaScript validations are

Re: Validation Problems

2003-10-01 Thread Robert Leland
Dhruva B. Reddy wrote: I am trying to validate a form that includes, among other things, a checkbox and a text field that contains a credit card number. The nightly build of struts now handles checkboxes, select's, radio buttons. I specify that the checkbox is "required". I assume this means

RE: Validation Problems

2003-07-03 Thread Kamholz, Keith (corp-staff) USX
Websphere 5 has a nice struts-config UI that helps to keep everything organized. I've heard of other UI's out there too. - Keith -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 5:26 PM To: Struts Users Mailing List Subject: Re:

Re: Validation Problems

2003-07-02 Thread David Graham
--- Adam Hardy <[EMAIL PROTECTED]> wrote: > What is it about action mappings? People seem to think they cost money > or something. Every struts project I've done had hundreds. If you need > two action mappings, don't worry about it. I think somebody worked out > once that tomcat would only start

Re: Validation Problems

2003-07-02 Thread Adam Hardy
What is it about action mappings? People seem to think they cost money or something. Every struts project I've done had hundreds. If you need two action mappings, don't worry about it. I think somebody worked out once that tomcat would only start to show performance degradation once the action

RE: Validation Problems

2003-07-02 Thread Nathan Ewing
Upgraded, didn't help. Nathan --- Nathan Ewing <[EMAIL PROTECTED]> wrote: > Actually version 1.1.b3 Maybe I should try the final release. > >Nathan > > --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > > Nathan wrote: > > > I'm trying to set up struts validation (using the validate() fun

RE: Validation Problems

2003-07-02 Thread Nathan Ewing
Actually version 1.1.b3 Maybe I should try the final release. Nathan --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > Nathan wrote: > > I'm trying to set up struts validation (using the validate() function in > the > > actionForm) and I'm getting a few problems. > > First, as soon as I open th

RE: Validation Problems

2003-07-02 Thread Wendy Smoak
Nathan wrote: > I'm trying to set up struts validation (using the validate() function in the > actionForm) and I'm getting a few problems. > First, as soon as I open the form it shows the validation errors. > It doesn't wait until I fill out the form. Is there a way to prevent this? Search the ar

Re: Validation Problems

2003-07-02 Thread Nathan Ewing
I did as you suggested and it doesn't show the validation errors the first time (although I'm a bit disappointed I have to do 2 separate actions just for the same thing. Now if I hit submit I get the nullpointer exception regardless of whether I fill in the form correctly or not. Nathan ---

Re: Validation Problems

2003-07-02 Thread Adam Hardy
Nathan Ewing wrote: I'm trying to set up struts validation (using the validate() function in the actionForm) and I'm getting a few problems. First, as soon as I open the form it shows the validation errors. It doesn't wait until I fill out the form. Is there a way to prevent this? yes sure, you set

RE: Validation problems with dynamic checkboxes (Urgent)

2002-03-14 Thread Ady Das-O'Toole
I'm having a problem when attempting to validate, when using dynamic checkboxes on a page. The problem is that after validation the JSP loses context to a collection that was previously part of the form. The checkboxes are built from values in a database and are likely to change often. Along w

RE: Validation problems

2001-07-30 Thread Kent Roylance
I figured out my problem.   Thanks,   Kent -Original Message-From: Kent Roylance [mailto:[EMAIL PROTECTED]]Sent: Monday, July 30, 2001 6:09 AMTo: [EMAIL PROTECTED]Subject: Validation problems I maybe taking the wrong approach with Struts where rather than creating an at