You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bu...@apache.org on 2014/02/08 04:52:59 UTC

svn commit: r896833 - in /websites/staging/myfaces/trunk/content: ./ wiki/core/user-guide/jsf-and-myfaces-howtos.html

Author: buildbot
Date: Sat Feb  8 03:52:59 2014
New Revision: 896833

Log:
Staging update by buildbot for myfaces

Modified:
    websites/staging/myfaces/trunk/content/   (props changed)
    websites/staging/myfaces/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos.html

Propchange: websites/staging/myfaces/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Feb  8 03:52:59 2014
@@ -1 +1 @@
-1565909
+1565910

Modified: websites/staging/myfaces/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos.html
==============================================================================
--- websites/staging/myfaces/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos.html (original)
+++ websites/staging/myfaces/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos.html Sat Feb  8 03:52:59 2014
@@ -87,26 +87,26 @@
       <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/wiki/">Wiki</a>&nbsp;&raquo&nbsp;<a href="/wiki/core.html">MyFaces Core</a>&nbsp;&raquo&nbsp;<a href="/wiki/core/user-guide.html">MyFaces Core User Guide</a></p>
       <h2>JSF and MyFaces Howtos</h2>
       <div id="content" class="grid_16"><div class="section-content"><ul>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//backend.html">Backend</a><ul>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//backend/access-facescontext-from-servlet.html">Access FacesContext From Servlet</a></li>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//backend/accessing-one-managed-bean-from-another.html">Accessing one managed bean from another</a></li>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//backend/clear-input-components.html">Clear Input Components</a></li>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//backend/resulting-nested-facescontext.html">Resulting Nested FacesContext</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//backend.html">Backend</a><ul>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//backend/access-facescontext-from-servlet.html">Access FacesContext From Servlet</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//backend/accessing-one-managed-bean-from-another.html">Accessing one managed bean from another</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//backend/clear-input-components.html">Clear Input Components</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//backend/resulting-nested-facescontext.html">Resulting Nested FacesContext</a></li>
 </ul>
 </li>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//composite-components.html">Composite Components</a><ul>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//composite-components/create-a-non-namingcontainer-composite-component.html">Create a non NamingContainer Composite Component</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//composite-components.html">Composite Components</a><ul>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//composite-components/create-a-non-namingcontainer-composite-component.html">Create a non NamingContainer Composite Component</a></li>
 </ul>
 </li>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//managing-errors---infos---warnings.html">Managing Errors - Infos - Warnings</a><ul>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//managing-errors---infos---warnings/displaying-errors---infos---warnings-in-jsf-pages.html">Displaying Errors - Infos - Warnings in JSF pages</a></li>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//managing-errors---infos---warnings/handling-server-errors.html">Handling Server Errors</a></li>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//managing-errors---infos---warnings/viewexpiredexception-and-session-expiry.html">ViewExpiredException and session expiry</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//managing-errors---infos---warnings.html">Managing Errors - Infos - Warnings</a><ul>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//managing-errors---infos---warnings/displaying-errors---infos---warnings-in-jsf-pages.html">Displaying Errors - Infos - Warnings in JSF pages</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//managing-errors---infos---warnings/handling-server-errors.html">Handling Server Errors</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//managing-errors---infos---warnings/viewexpiredexception-and-session-expiry.html">ViewExpiredException and session expiry</a></li>
 </ul>
 </li>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//working-with-tables.html">Working with tables</a><ul>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//working-with-tables/executing-methods-from-link-or-button-inside-a-table.html">Executing methods from link or button inside a table</a></li>
-<li><a href="content/wiki/core/user-guide/jsf-and-myfaces-howtos//working-with-tables/get-row-data-from-an-actionlistener.html">Get row data from an ActionListener</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//working-with-tables.html">Working with tables</a><ul>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//working-with-tables/executing-methods-from-link-or-button-inside-a-table.html">Executing methods from link or button inside a table</a></li>
+<li><a href="/wiki/core/user-guide/jsf-and-myfaces-howtos//working-with-tables/get-row-data-from-an-actionlistener.html">Get row data from an ActionListener</a></li>
 </ul>
 </li>
 </ul>