I'm having a bit of a problem with the Security Component on one of my
actions.  It works on most, but this one action is quiet complex.  I'm
not even sure what the problem could possible be.  So rather than
asking what the problem is with my action, I would rather ask if there
is any information that explains how the security component works (not
how to implement it), so that I might be able to pin point the problem
with my code.  Basically, my request get's black holed when I select a
checkbox.  I'm using

<?php echo $form->select('Category.Category', $categories,
$selectedCategories, array('multiple' => 'checkbox'));?>

Everything works fine if I don't select a category.  But if I select a
category, the request get's blackholed.  So if I can learn how the
security component actually works, maybe I can figure out my problem.
How does the security component create it's token?  Hidden field
values?  And at what point does it do this?  afterRender perhaps,
because how can it know what hidden fields there are if we're setting
those values in our controller action?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to