I don't use jQuery or YenDesign, but I have done some work on modal
forms using Prototype and ModalBox.  An article on how I did that can
be found at:

http://www.webbedit.co.uk/blog_posts/view/tutorial-cakephp-modalbox-crud

You need to make sure that your form is not being submitted as a
normal form, but is being serialised and sent to a javascript function
which processes the form by ajax and determines if it was a success or
not.  If a success close the modal window, if not update the modal
window with some sort of error and ask them to resubmit.

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