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 2009/06/19 20:38:37 UTC

svn commit: r786617 - in /incubator/click/trunk/click: documentation/docs/faq.html extras/src/org/apache/click/extras/control/HtmlFieldSet.java extras/src/org/apache/click/extras/control/HtmlForm.java

Author: sabob
Date: Fri Jun 19 18:38:37 2009
New Revision: 786617

URL: http://svn.apache.org/viewvc?rev=786617&view=rev
Log:
updated documentation references

Modified:
    incubator/click/trunk/click/documentation/docs/faq.html
    incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlFieldSet.java
    incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlForm.java

Modified: incubator/click/trunk/click/documentation/docs/faq.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/faq.html?rev=786617&r1=786616&r2=786617&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/faq.html (original)
+++ incubator/click/trunk/click/documentation/docs/faq.html Fri Jun 19 18:38:37 2009
@@ -253,7 +253,7 @@
   <dt><b>6.&nbsp; How can I have many Pages using the same HTML template?</b></dt>
   <dd>
    To do this use the Page templating technique detailed in the 
-   <a href="pages.html#page-templating">Page Templating</a> topic. 
+   <a href="user-guide/html/ch02s06.html">Page Templating</a> topic.
    <p/>
    Page templating is highly recommended for your web applications, as it provides
    numerous benefits including:
@@ -287,7 +287,7 @@
 } 
 </pre>
   
-  Please see the Page <a href="pages.html#page-navigation">Navigation</a> topic 
+  Please see the Page <a href="user-guide/html/ch02s05.html">Navigation</a> topic
   for more details.
   </dd>
 
@@ -373,7 +373,7 @@
    The field class provides a number of 
    <a href="click-api/org/apache/click/control/Field.html#getMessage(java.lang.String)">getMessage(String)</a>
    methods which support localized strings and message formatting.
-   Please also see the Control topic <a href="controls.html#message-properties">Message Properties</a>.   
+   Please also see the Control topic <a href="user-guide/html/ch03s04.html">Message Properties</a>.
   </dd>
 
 
@@ -570,7 +570,7 @@
  <a name="pdf-and-excel-rendering" class="heading"></a>
   <dt><b>18.&nbsp; How can I render PDF and Excel documents?</b></dt>
   <dd>
-   By making use of the <a href="pages.html#page-direct-rendering">Direct Rendering</a>
+   By making use of the <a href="user-guide/html/ch02s07.html">Direct Rendering</a>
    support you can render directly to the servlet response and bypass the page
    template rendering.
    <p/>

Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlFieldSet.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlFieldSet.java?rev=786617&r1=786616&r2=786617&view=diff
==============================================================================
--- incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlFieldSet.java (original)
+++ incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlFieldSet.java Fri Jun 19 18:38:37 2009
@@ -34,7 +34,7 @@
  * This allows developers to provide a more flexible and CSS friendly layout.
  * <p/>
  * You can read more about programmatic layout
- * <a href="../../../../../../controls.html#programmatic-layout">here</a>.
+ * <a href="../../../../../../user-guide/html/ch03s07.html#programmatic-layout">here</a>.
  * <p/>
  * Also see this <a href="http://www.avoka.com/click-examples/form/contact-details.htm">example</a>
  * of how HtmlFieldSet is used to provide a custom layout.

Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlForm.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlForm.java?rev=786617&r1=786616&r2=786617&view=diff
==============================================================================
--- incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlForm.java (original)
+++ incubator/click/trunk/click/extras/src/org/apache/click/extras/control/HtmlForm.java Fri Jun 19 18:38:37 2009
@@ -38,7 +38,7 @@
  * This allows developers to provide a more flexible and CSS friendly layout.
  * <p/>
  * You can read more about programmatic layout
- * <a href="../../../../../../controls.html#programmatic-layout">here</a>.
+ * <a href="../../../../../../user-guide/html/ch03s07.html#programmatic-layout">here</a>.
  * <p/>
  * Also see this <a href="http://www.avoka.com/click-examples/form/contact-details.htm">example</a>
  * of how HtmlForm is used to provide a custom layout.