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/25 13:01:09 UTC

svn commit: r979020 - in /click/trunk/click/documentation/docs: faq.html roadmap-changes.html

Author: sabob
Date: Sun Jul 25 11:01:09 2010
New Revision: 979020

URL: http://svn.apache.org/viewvc?rev=979020&view=rev
Log:
update references to page documentation

Modified:
    click/trunk/click/documentation/docs/faq.html
    click/trunk/click/documentation/docs/roadmap-changes.html

Modified: click/trunk/click/documentation/docs/faq.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/faq.html?rev=979020&r1=979019&r2=979020&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/faq.html (original)
+++ click/trunk/click/documentation/docs/faq.html Sun Jul 25 11:01:09 2010
@@ -624,7 +624,7 @@ public interface Controller {
       <b>18.&nbsp; How can I render PDF and Excel documents?</b>
   </dt>
   <dd>
-   By making use of the <a href="user-guide/html/ch02s07.html">Direct Rendering</a>
+   By making use of the <a href="user-guide/html/ch02s08.html">Direct Rendering</a>
    support you can render directly to the servlet response and bypass the page
    template rendering.
    <p/>

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=979020&r1=979019&r2=979020&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Sun Jul 25 11:01:09 2010
@@ -590,7 +590,7 @@ Select.setAttribute("onchange", "Click.s
       <li>
         Added documentation describing the new HEAD element support.
         Please see the new section on Page HEAD elements
-        <a href="user-guide/html/ch02s12.html">here</a> and
+        <a href="user-guide/html/ch02s13.html">here</a> and
         the section on Control HEAD elements <a href="user-guide/html/ch03s05.html">here</a>.
       </li>
       <li>
@@ -1083,7 +1083,7 @@ Select.setAttribute("onchange", "Click.s
     <ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
       <li>
         <a target="_blank" class="external" href="http://www.avoka.com/click-examples/wizard/wizard.htm">
-          Wizard demo</a> shows how to leverage a <a href="user-guide/html/ch02s08.html">stateful</a>
+          Wizard demo</a> shows how to leverage a <a href="user-guide/html/ch02s09.html">stateful</a>
           page and <a href="click-api/org/apache/click/control/Panel.html">Panels</a>
           to create a process flow. Each Step in the process is represented by a
           Panel which is managed by the stateful Page.
@@ -1796,7 +1796,7 @@ public class MyPage extends Page {
 		an Grade A rating with Yahoo's YSlow.
       </li>
       <li class="change">
-		Added <a href="user-guide/html/ch02s08.html">Stateful Pages</a> topic and
+		Added <a href="user-guide/html/ch02s09.html">Stateful Pages</a> topic and
 		completed framework support for serializing stateful Pages and their controls.
       </li>
       <li class="change">