• 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
Now odd WOBrowser behavior.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Now odd WOBrowser behavior.


  • Subject: Now odd WOBrowser behavior.
  • From: James Cicenia <email@hidden>
  • Date: Tue, 8 Jun 2010 14:53:43 -0500

The getter works but this setter never gets called? I removed the name tag too;

public void setSelectedRiskProducts(NSMutableArray products){
String ids = "";
for(int i = 0;i<products.count();i++){
......
}
riskProductsString = ids;
}


RiskProductsPopUp : WOBrowser {
  multiple = true;
  size = 3;
  list = riskProductsList;
  item = aRiskProduct;
  class="MB_focusable MB_field width100";
  selection = selectedRiskProducts;
  displayString = aRiskProduct.displayName;
  noSelectionString = "- risk product -";
}

thoughts?
 _______________________________________________
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: Now odd WOBrowser behavior.
      • From: Ramsey Gurley <email@hidden>
  • Prev by Date: Re: Backtracking detection in a long response page
  • Next by Date: Re: Now odd WOBrowser behavior.
  • Previous by thread: Re: Reboot server, webapp can't launch!
  • Next by thread: Re: Now odd WOBrowser behavior.
  • Index(es):
    • Date
    • Thread