I'm doing a simple manager where you can add, edit and list users.
I have the following methods in my controller class: edit, add, save. Both edit and add use the same template, so I don't have to mantain two different templates. The add method, just creates a mock user and passes it to it's template.
The template makes a Post to the save method. Here is my problem: I have an email validator, and I want to show the message to the user, but leave him the chance to modify his email, and save again. My problem is that I can't go back to the original page.
What is the elegant way to solve this?
Thanks to anyone who can help me...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---
- [TurboGears] Showing errors after validation. Miguel Saez
- [TurboGears] Re: Showing errors after validation. Adam Jones
- [TurboGears] Re: Showing errors after validation. Miguel Saez
- [TurboGears] Re: Showing errors after validatio... Adam Jones
- [TurboGears] Re: Showing errors after valid... Marco Mariani
- [TurboGears] Re: Showing errors after ... Adam Jones
- [TurboGears] Re: Showing errors af... Marco Mariani
- [TurboGears] Re: Showing error... Adam Jones
- [TurboGears] Re: Showing error... Miguel Saez
- [TurboGears] Re: Showing error... Adam Jones
- [TurboGears] validators jose

