I have an edit function (method) in my UsersController and a view to go with it. In my edit view I have a form to edit the user with a drop-down menu ($html->selectTag) for one of the fields. All the boxes ($html->inputTag) have the data inserted but I can't figure out how to automatically select (selected) the appropriate option in the select tag. How can this be done?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
