• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Catching Matching Values in User TextField against EO
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Catching Matching Values in User TextField against EO


  • Subject: Re: Catching Matching Values in User TextField against EO
  • From: George Domurot <email@hidden>
  • Date: Wed, 23 Apr 2003 09:26:04 -0400

On Wednesday, April 23, 2003, at 08:39 AM, Jonathan Fleming wrote:

if (results.count() > 0) {
newImagePosition.equals("reset");
if (newImagePosition.equals("reset")) {
throw new NSValidation.ValidationException("The position you set for this image: " + imagePosition() + " is already taken. Please choose another");
}

I believe you may want this to be:

if (results.count() > 0)
throw new NSValidation.ValidationException("The position you set for this image: " + imagePosition() + " is already taken. Please choose another");



-G _______________________________________________ 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.

References: 
 >Catching Matching Values in User TextField against EO (From: "Jonathan Fleming" <email@hidden>)

  • Prev by Date: RE: death count in Monitor?
  • Next by Date: Re: Catching Matching Values in User TextField against EO
  • Previous by thread: Catching Matching Values in User TextField against EO
  • Next by thread: Re: Catching Matching Values in User TextField against EO
  • Index(es):
    • Date
    • Thread