I'd like to put a yui treeview inside of an add.ctp view in a cakephp application. I've got the treeview displaying fine but I'm trying to get a handle on how I can incorporate the treeview selected nodes with the post data that gets submitted by the cakephp view.
I solved the same problem using JSON:
Yes - I think that is essentially what I did. I added an onsubmit() function that would grab the values from the treeview using treeview.getNodesByProperty() and then would populate a hidden control in the form.