- Revision
- 578
- Author
- paul
- Date
- 2008-01-23 23:00:06 -0600 (Wed, 23 Jan 2008)
Log Message
better explanation
Modified Paths
Diff
Modified: trunk/waffle-distribution/src/site/content/ajax.html (577 => 578)
--- trunk/waffle-distribution/src/site/content/ajax.html 2008-01-24 04:27:08 UTC (rev 577) +++ trunk/waffle-distribution/src/site/content/ajax.html 2008-01-24 05:00:06 UTC (rev 578) @@ -2,7 +2,7 @@ <html> <head> -<title>Ajax</title> +<title>Simple Ajax</title> </head> <body> @@ -10,7 +10,7 @@ <p> Waffle was built to be easy to develop with and this ease extends to Ajax support as well. Utilizing AJAX in Waffle - application is straightforward and simple. The examples here use the + application is straightforward and simple. The examples here use the well known <a href="" _javascript_ Framework</a>. </p> @@ -85,6 +85,9 @@ } </textarea> + <p>The document that comes back over the wire per Ajax request, is a one-line toString() transformation on the int + result of the random() method. This is performed by DefaultActionMethodResponseHandler.</p> + <h3>Partial page rendering</h3> <p>
To unsubscribe from this list please visit:
