I have used ajax form submission in cakephp
echo $ajax->submit('Submit', array('url'=> array('controller'=>'projects', 'action'=>'add_comment'), 'update' => 'feedback_'.$value['contest_submission']['id']));
After i submitting the form the update div content become null.How i can retain the content itself and just hide the div
Thanks in advance..