I don't find it's that hard... I think it should be as simple to perform redirection with the components than it is with the standard forms... But there is a other level of complexity here with the Tabs plugin and it becomes tricky to test it, I become mix up sometime ;-)
Richard On Wed, Jun 29, 2011 at 9:17 PM, pbreit <pbreitenb...@gmail.com> wrote: > I switched it to this which saves the data and shows the empty form again: > > if table == 'ref_fnaregistry': > redirect(URL('default', 'create_fvte.load', > args='ref_fnaregistry')) > > I would very strongly advise simplifying your app. This is far more > complicated than it needs to be and I suspect you will continue to run into > a lot of hard to solve problems like this. >