Hi guys, sorry about reopen this conversation, but I got stuck in a similar 
situation. My code is almost equal to Annet's code, except that I'm using a 
custom form and I have to pass session=None and formname to form.process(). 
However, I have a field that has to be unique. So, form.process() does not 
accept the validation because the field value is already in db. But, this 
is not the expected behavior for a update form. How can I solve this 
situation?

On Tuesday, January 29, 2013 6:24:53 AM UTC-3, AngeloC wrote:
>
> Hi guys,
>
> I'm looking for a clean way to make an update on mutiple tables with only 
> one form and cannot find anything clean/simple searching the mailing list.
>
> Tables could be related (in parent-child relation) or not related at all.
>
> I'm missing something or there is no easy way to do that?
>
> Thanks in advance!
>  
> -- 
> Profile: http://it.linkedin.com/in/compagnucciangelo 
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to