You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/07/24 17:51:58 UTC

svn commit: r978889 - in /click/trunk/click/examples/webapp/ajax/content: json-response.htm xml-response.htm

Author: sabob
Date: Sat Jul 24 15:51:57 2010
New Revision: 978889

URL: http://svn.apache.org/viewvc?rev=978889&view=rev
Log:
renamed Partial to ActionResult

Modified:
    click/trunk/click/examples/webapp/ajax/content/json-response.htm
    click/trunk/click/examples/webapp/ajax/content/xml-response.htm

Modified: click/trunk/click/examples/webapp/ajax/content/json-response.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/ajax/content/json-response.htm?rev=978889&r1=978888&r2=978889&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/ajax/content/json-response.htm (original)
+++ click/trunk/click/examples/webapp/ajax/content/json-response.htm Sat Jul 24 15:51:57 2010
@@ -17,7 +17,8 @@
    under the License.*#
 -->
 
-This example shows how a Partial can return an <a href="http://www.json.org/" target="_blank" class="external">JSON</a> response.
+This example shows how an ActionResult can return a
+<a href="http://www.json.org/" target="_blank" class="external">JSON</a> response.
 
 <p/>
 

Modified: click/trunk/click/examples/webapp/ajax/content/xml-response.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/ajax/content/xml-response.htm?rev=978889&r1=978888&r2=978889&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/ajax/content/xml-response.htm (original)
+++ click/trunk/click/examples/webapp/ajax/content/xml-response.htm Sat Jul 24 15:51:57 2010
@@ -17,7 +17,7 @@
    under the License.*#
 -->
 
-This example shows how a Partial can return an XML response.
+This example shows how an ActionResult can return an XML response.
 
 <p/>