Using the Validator outside of Struts

2003-05-31 Thread Raible, Matt
I'm trying to use the Validator to validate that a user has entered their information in a self-registration servlet. However, I'm getting a NullPointerException at the following line when running a test using Cactus: InputStream rules =

RE: Using the Validator outside of Struts

2003-05-31 Thread Raible, Matt
an elegant solutions to self-register (not using a servlet), let me know. Thanks, Matt -Original Message- From: Raible, Matt Sent: Friday, May 30, 2003 7:13 AM To: '[EMAIL PROTECTED]' Subject: Using the Validator outside of Struts I'm trying to use the Validator to validate that a user has

Re: Using the Validator outside of Struts

2003-05-31 Thread Vic Cekvenich
PROTECTED]' Subject: Using the Validator outside of Struts I'm trying to use the Validator to validate that a user has entered their information in a self-registration servlet. However, I'm getting a NullPointerException at the following line when running a test using Cactus: InputStream rules

RE: Using the Validator outside of Struts

2003-05-31 Thread Raible, Matt
To: [EMAIL PROTECTED] Subject: Re: Using the Validator outside of Struts basicPortal has self register example code, w/validation using Struts JSP, you can click join, on basebeans.com and then click login (and then look under the monkey, I kill myslef). So then you have a default role (you can

Re: Using the Validator outside of Struts

2003-05-31 Thread Vic Cekvenich
Cekvenich [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: Re: Using the Validator outside of Struts basicPortal has self register example code, w/validation using Struts JSP, you can click join, on basebeans.com and then click login (and then look under

RE: Using the Validator outside of Struts

2003-05-31 Thread Raible, Matt
? I'm guessing it would be , since I have no modules. Thanks, Matt -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 2:43 PM To: [EMAIL PROTECTED] Subject: Re: Using the Validator outside of Struts I do same thing. take a look at my WEB.XML