I have a situation where I want to have some forms on a page, and clicking the submit button on such a form would do a few things:
1. Make an asynchronous call to a particular Xataface action, passing in a couple parameters.
2. Display a message in the page itself to indicate that the action was performed.
Does Xataface support something like this out-of-the-box or will I need to roll my own solution here?
Thanks in advance!