Haven't read the post in full but think I have something that will
help.  I have a recurring comments form at the bottom of various
modules across my portal site and I created it with the following:

$form->create(null, array('url'=>array('action'=>'comment',
'#commentForm'), 'id'=>'commentForm'));

Similarly after a successful submission you can use redirect with a
bookmark included to jump to a success message or the new content
that's been added to the page.

HTH

Paul

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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?hl=en

Reply via email to