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/09/05 01:55:23 UTC

svn commit: r992702 - /click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml

Author: sabob
Date: Sat Sep  4 23:55:23 2010
New Revision: 992702

URL: http://svn.apache.org/viewvc?rev=992702&view=rev
Log:
fixed href url

Modified:
    click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml

Modified: click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml?rev=992702&r1=992701&r2=992702&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml (original)
+++ click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml Sat Sep  4 23:55:23 2010
@@ -971,7 +971,7 @@ public void onPost() {
     from the browser. The Page Action method returns an
     <ulink url="../../click-api/org/apache/click/ActionResult.html">ActionResult</ulink>
     object that is rendered directly to the browser. In other words the Page template will
-    not be rendered. More on this later.
+    not be rendered.
     </para>
 
     <para>To invoke a Page Action, specify the parameter <varname>"pageAction"</varname>
@@ -987,7 +987,7 @@ public void onPost() {
     <para>First we create our template:
     </para>
 
-    <programlisting language="xml">&lt;img src="/mycorp/images.htm?<varname>pageAction</varname>=<symbol>onRenderImage</symbol>"/&gt;
+    <programlisting language="xml">&lt;img src="$context/mycorp/image.htm?<varname>pageAction</varname>=<symbol>onRenderImage</symbol>"/&gt;
 </programlisting>
 
     <para>Next we create our ImagePage with a Page Action method called