Handling JSON Responses with Prototype Version < 1.5.1
February 17th, 2009One of the pitfalls with submitting form data on the web is that control leaves the current page and the developer is responsible for rendering the form with its data in the event of a system or validation error. There’s a number of techniques to overcome this arduous task. One such technique involves never leaving [...]