RE: Using the Validator outside of Struts

2003-05-31 Thread Raible, Matt
duleConfig and set the prefix? 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 d

Re: Using the Validator outside of Struts

2003-05-31 Thread Vic Cekvenich
- From: Vic 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 t

RE: Using the Validator outside of Struts

2003-05-31 Thread Raible, Matt
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 the monkey, I kill myslef). So then you have a defaul

Re: Using the Validator outside of Struts

2003-05-31 Thread Vic Cekvenich
ginal 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 entered their information in a self-registration servlet. However

RE: Using the Validator outside of Struts

2003-05-31 Thread Raible, Matt
ased authentication. This servlet is used for users to self-register. If anyone has 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

2003-05-30 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 = getServletContext().getResourceAsStream("/WEB-INF