Ah, I found my problem. I was doing this:
$html->selectTag('/User/locked', $locked_options, null, null, null,
false);

I should have done this:
$html->selectTag('User/locked', $locked_options, null, null, null,
false);

The forward slash in the field name was messing me up. Thanks for your
help.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to