In dire situations like this, I sometimes resort to what I call "reading the documentation". A radical approach, granted, and unmanly for certain, but sometimes successful.
selections
Array of objects that the user chose from list. For the college example,
selections would hold college objects.
Notice the S on selections. As in plural. Does that work better?
Chuck
On Jun 21, 2010, at 2:18 PM, James Cicenia wrote:
> I have tried every combination and to no avail.
>
> It just won't trigger the set method.
>
> I am opening up a AjaxModalDialog, etc., and then trying
> every combination and setting to read and set a variable
> array, but it just won't set....
>
> It will call the get methods.
>
> Latest version:
>
> RiskProductsPopUp : WOBrowser{
> name = "RiskProductSelector";
> id = "RiskProductEditBrowser";
> multiple = true;
> size = 3;
> list = riskProductsList;
> class="MB_focusable MB_field width100";
> selection = selectedRiskProducts;
> }
>
>
> public void setSelectedRiskProducts(NSArray riskProductNames){
> System.out.println("Array: "+ riskProductNames);
> }
>
> Thanks
> James
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net
>
> This email sent to [email protected]
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their overall
knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
