I solved this problem via Ajax signin:

1. Create the form as a component
2. Do the post via AJAX/javascript overriding the submit button action
3. You receive for the AJAX request either:
  a. the same form with the additional errors, in this case replace the form 
in the page with the data received
  b. if it's success, a javascript code that does a page redirect that will 
be executed on the client side to force a page reload

    gabriel

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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

Reply via email to