Folks, I have a newbie question:
I have a form that has certain inputs that just need to be ignored. For example a "User" may be associated (e.g. via HABTM) with a particular "City" The "City" may be associated with a "State" but I don't need an association between "State" and "User". When I show the registration form, I want to use AJAX to show you a list of states and once you select a state show you the list of cities to avoid an overly-long list of cities. But when the form is submitted I don't want Cake to try to save the state since there's no direct association between user and state. Is there a magic setting in the form input to keep it from being set? Or do I have to handle it and null it out in the controller? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en
