How does django map multiple form actions within one form to python function calls ? For example, in the HTML below:
<form action="/some_url/" method="POST"> <input type="submit" name="submit_action1"> <input type="submit" name="submit_action2"> </form> I would want one python function to correspond to each of submit_action1 and submit_action2. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---