Re: wopopupbutton and selection
Re: wopopupbutton and selection
- Subject: Re: wopopupbutton and selection
- From: email@hidden
- Date: Sat, 23 Aug 2008 12:56:49 -0700 (PDT)
Thanks... this was enough for me to google and find a solution.. I added:
onChange = "javascript:this.form.submit();" to the WOD definition and it works great. I guess I was 'assuming' that it woul act like a cocoa app., ie when the popup changed it would notify the app and I didn't have to 'do' anything.
>> <body>
>> <wo:WOForm multipleSubmit = "true">
>> <div class = "box1">
>>
>> <wo:WOPopUpButton id = "button1" list = "$Manufacturers" item =
>> "$listItem" selection = "$selectedManufacturer" displayString =
>> "$listItem.manufacturerName" noSelectionString = "No Manufacturer
>> Selected" />
>>
>> </div></wo:WOForm>
>> </body>
>uhh .. where is this form submitted?
>
>s
_______________________________________________
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