• 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: WOBrowser selections missing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: WOBrowser selections missing


  • Subject: RE: WOBrowser selections missing
  • From: "Perry, Steven" <email@hidden>
  • Date: Wed, 8 Dec 2010 16:56:52 +0000
  • Thread-topic: WOBrowser selections missing

Meant to mention – getting “_slowTakeValuesFromRequest() Value not in list” messages on the console when debugging.

Was not able to locate any info about that message.

 

From: webobjects-dev-bounces+steven.perry=email@hidden [mailto:webobjects-dev-bounces+steven.perry=email@hidden] On Behalf Of Perry, Steven
Sent: Wednesday, December 08, 2010 11:38 AM
To: email@hidden
Subject: WOBrowser selections missing

 

Having some WOBrowser weirdness, after upgrading from OS X 10.5 to 10.6 (Snow Leopard) and from WebObjects 5.3.x to 5.4.1.  This issue did not happen prior to the upgrade.  Problem is, the selected items from our WOBrowser are not being passed correctly to our Java code.

 

So I tried running this in Eclipse debug.  My WOBrowser has about 450 items in it.

·         If I selected the first item in the list, selectedClientList contains the one item.  Cool.

·         But if I selected any other item besides the first, selectedClientList is empty.

·         And if I multi-select 3 or 4 items, sometimes selectedClientList is empty, and other times it will have just the first item I selected.

 

Any thoughts on what could be causing this? 

Here’s our WOBrowser.  “selectedClientList” is defined as public NSArray in the accompanying java class.

 

Browser3: WOBrowser {

            displayString = currentClient.displayName;

            item = currentClient;

            list = clientList;

            multiple = true;

            selections = selectedClientList;

            style = "width:270px";

            value = currentClient.displayName;

}

 

Thanks!

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • RE: WOBrowser selections missing
      • From: "Perry, Steven" <email@hidden>
References: 
 >WOBrowser selections missing (From: "Perry, Steven" <email@hidden>)

  • Prev by Date: Re: Need help with a (non) deadlock Issue
  • Next by Date: Re: Index problems
  • Previous by thread: WOBrowser selections missing
  • Next by thread: RE: WOBrowser selections missing
  • Index(es):
    • Date
    • Thread