be careful, you're only using $this->data at helper, but it only works if you put $this->data in controller. There's two ways at controller to set the data,
$this->data or $this->params['data']. You must check these two at your helper for ensure compatibility to all the users (if this is what you want). I repeat, use $value=$this->Html->tagValue($fieldName) for maximum compatibility --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
