Re: Validation Problem
Re: Validation Problem
- Subject: Re: Validation Problem
- From: George Domurot <email@hidden>
- Date: Sat, 26 Apr 2003 11:56:40 -0400
change your condition to:
newPicDescriptionTag!=null && newPicDescriptionTag.length() > 255
On Saturday, April 26, 2003, at 03:52 AM, Jonathan Fleming wrote:
if ( newPicDescriptionTag.length() > 255 ) {
throw new NSValidation.ValidationException("Your
description of this image should be no more than 255 characters
(approx. 30 - 50 words). Please amend your text.");
}
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.