Re: newbie question regarding WOPopUp

2006-05-30 Thread wojingo
Hi, I dont use direct actions much, but from memory you use the selectedValue on a WOPopUpButton with DirectActions. There is a document called WO Dynamic Element reference that lists the pupose of the bindings for the Dynamic Elements. cheers, - shaun Pierce T. Wetter III wrote: On May

Re: newbie question regarding WOPopUp

2006-05-30 Thread Pierce T. Wetter III
On May 30, 2006, at 11:45 AM, Timmy wrote: Pierce, Thanks for the tip. When I bind my selectedBuilding variable to "value" I actually get null in my DirectAction for request ().formValueForKey("buildingString"). So, actually a step back - or I'm doing something else wrong. Here is what m

Re: newbie question regarding WOPopUp

2006-05-30 Thread Timmy
Pierce, Thanks for the tip. When I bind my selectedBuilding variable to "value" I actually get null in my DirectAction for request ().formValueForKey("buildingString"). So, actually a step back - or I'm doing something else wrong. Here is what my current bindings look like. displayStrin

Re: newbie question regarding WOPopUp

2006-05-30 Thread Pierce T. Wetter III
On May 30, 2006, at 11:15 AM, Timmy wrote: WOList: I'm adding a WOPopUp element to a search page I am creating. I am manually creating the NSArray with String values that will populate the pop-up rather than using EO's. I am building my list like so: NSArray buildingList = new NSArray(ne

newbie question regarding WOPopUp

2006-05-30 Thread Timmy
WOList: I'm adding a WOPopUp element to a search page I am creating. I am manually creating the NSArray with String values that will populate the pop-up rather than using EO's. I am building my list like so: NSArray buildingList = new NSArray(new Object[] {"Building One","Building Two","B