Re: Trouble with Popup Button form

2007-04-17 Thread Mark Morris
Hello Kevin, Yes, your bindings are a little confused. It sounds like aClub should be bound to item, if aClub.name is the displayString. Here "item" is each object from the "list" as it's displayed in the pop-up button, which means its value is getting changed as the page is displayed.

Trouble with Popup Button form

2007-04-17 Thread Kevin Windham
I have a page that contains a popup button and a text field. The popup button lists club names and the text field lists the club website. I have a variable "aClub" bound to the selection of the popup and aClub.name is the displayString. I have aClub.website bound to the text field. I made a