I'm trying to create a product selector wizard. I have a form the list some products in a tree baced on some fields in the form. The list is a function field that returns a list of product. I want to add a button to the tree and have it return which product is selected. Problem is that the button is in the context of the product and not the wizard.
Any ideas on how I can do this.
Thanks
Steve