Hmmm... tricky. My first inclination was to say, check the
request.vars to see if you can tease out which button was pressed. But
I looked in winpdb, myself, and I couldn't see any indication in any
of the variables as to which button was pressed (which isn't to say
that it's not there ... just that I couldn't find it). So then, I
thought, perhaps you should make 2 forms, putting one button in each
form. But that would mean that you'd have to duplicate the form data.
No good. So how about making the process option a checkbox and then
having a single submit button? Check to save only. Uncheck to process.
That would work, for sure, but maybe not acceptable to you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---