[web2py] Re: can form.accepts be forced to execute without user submission?

2011-08-19 Thread stoyan
without a session is also a very good tip. Cheers, Stoyan. On Aug 19, 10:25 pm, Anthony wrote: > Actually, you don't need to use SQLFORM at all to take advantage of > validation. Instead, you can do: > > db.table.validate_and_insert(...)   # to insert new record > > or

[web2py] can form.accepts be forced to execute without user submission?

2011-08-19 Thread stoyan
e method. All of this is done in one go from a single controller. Any help/recommendations will be greatly appreciated. Thanks, Stoyan.