Hello,

I'm new to CakePHP and I've been searching a lot to accomplish this
simple task, pass the value of a textbox as an argument in my ajax
link

<?php e($form->text('description', array('name'=>'descbox'))); ?>

<?php e($ajax->link('SAVE', array('controller'=>'produits',
'action'=>'add_desc', ARGUMENT_HERE)......

But I have no idea how to pass the textbox value to the second line of
code!?

Anyone can help me with this??

Thanks in advance

Nicolas

--~--~---------~--~----~------------~-------~--~----~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to