AJAX Calculator
To show the ease of Ajax in a slightly more complex Form, we take our Calculator Example
with Validation from before... and we only change one word.
We changed the Server call to an Ajax call, and now we have created an
Ajax-based calculator. Note that even things like validation messages, etc.,
are rendered via Ajax and without a page refresh.