Say I'm using this crud function form = crud.create(db.some_table, next=URL()+'?id=[id]', onvalidation=do_stuff)
def do_stuff(bla): session.flash = "I've just changed the flash message" Well, I've tried this one. It doesn't change the flash message (I get the usual "Record created"), wether I'm using onaccept or onvalidation. Is there any way I can change the flash message, that I miss? Thanks in advance Yair -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

