adam schrieb:
> The redirect in the except is no happening its one else where that is
> used if the update has occured.
So you're seeing the flash message "User updated" and you have added the
DBSession.flush()? It should work then. Check if you're really picking
the right juser object with old_username. You can always add print, log
and assert statements, or add them to the flash message, to make such
things sure, or even use a debugger. If you still have problems, you
will need to paste your complete example.
http://turbogears.org/2.1/docs/main/Validation.html
> What do you mean by TurboGears validate decorator on your parameters,
> i am new to tg2 and have yet to explore everything.
http://turbogears.org/2.1/docs/main/Validation.html
-- Christoph