Return-Path: Delivered-To: apmail-click-commits-archive@www.apache.org Received: (qmail 91033 invoked from network); 4 Sep 2010 23:56:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Sep 2010 23:56:02 -0000 Received: (qmail 12402 invoked by uid 500); 4 Sep 2010 23:56:02 -0000 Delivered-To: apmail-click-commits-archive@click.apache.org Received: (qmail 12387 invoked by uid 500); 4 Sep 2010 23:56:02 -0000 Mailing-List: contact commits-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@click.apache.org Delivered-To: mailing list commits@click.apache.org Received: (qmail 12379 invoked by uid 99); 4 Sep 2010 23:56:01 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Sep 2010 23:56:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Sep 2010 23:55:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B46FC2388A6E; Sat, 4 Sep 2010 23:55:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r992702 - /click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml Date: Sat, 04 Sep 2010 23:55:23 -0000 To: commits@click.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100904235523.B46FC2388A6E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 ActionResult 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. To invoke a Page Action, specify the parameter "pageAction" @@ -987,7 +987,7 @@ public void onPost() { First we create our template: - <img src="/mycorp/images.htm?pageAction=onRenderImage"/> + <img src="$context/mycorp/image.htm?pageAction=onRenderImage"/> Next we create our ImagePage with a Page Action method called