There's a way to asign a name and a value
for the empty value of a salecTag?

for example:

<select name="data[User][user_level_id]" >
  <option value="0">Select a Level</option> // <------ CUSTOM EMPTY
VALUE
  <option value="1">Administrator</option>
  <option value="2">Editor</option>
  <option value="3">Guest</option>
  <option value="4">Regular</option>
</select>

I considered put this value on the related table, but isn't elegant.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to