>I've done it, maybe not the most elegent way but I used a ajax >observer and when the first selection is made it requests a view that >is nothing but the next select, passing the it the id of the selected >popup. I'll see if I can dig up the code, It was about 10 months >ago...
Thank you i hope youll find it :) >I think the problem was that it wasn't really a cake question. > >http://dynamicdrive.com/dynamicindex16/chainedselects/index.htm > >What you are looking for is something like chained selects. I have used the >code above to accomplish something similar. > >It is not a drop in solution since each situation will be different, but you >can customize it to your needs. Thank you :) this is what im looking for but i dont see the way to implement this on cake because lets say i add the .js with the functions in the home.thtml , but then i need also to make some function calls in the body onload( ) , i really dont see the way to make it work :S >Here's some example code that i used in the past >http://cakephp.org/pastes/show/3dbc85c06dc4a779609cd384d2d012a2 > >Should give one solution, although not the tidiest. > >HTH, > >AD7six Hey this looks like what i need let me try to adapt it to my Models and ill tell you if i get it working :P Thank you ! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
