Changes between Version 1 and Version 2 of AJAX/Dojo/RefactoredFormSubmit
- Timestamp:
- Feb 11, 2007, 8:30:48 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX/Dojo/RefactoredFormSubmit
v1 v2 4 4 except that this one is expected to function with python-cjson for receiving JSON data. 5 5 6 Write stuff here 8-P 6 My initial objective was to display validation errors without doing a page-refresh, by using JSON 7 for carrying errors (or whatever else you could possibly imagine) back to the client browser. 8 9 First thing first, lets write the server view, as its really important to make the forms working 10 without the use of Javascript: 11 12 [...] 13 14 15 Then, we should definitely try to explain the client side: 16 17 [...] 18 19 20 21 22 23