You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/07/16 14:11:38 UTC

svn commit: r1691378 [4/10] - in /myfaces/site/publish/tobago/doc/1.0.42/tld: ./ tc/ tx/

Added: myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuItem.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuItem.html?rev=1691378&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuItem.html (added)
+++ myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuItem.html Thu Jul 16 12:11:37 2015
@@ -0,0 +1,172 @@
+<html xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>menuItem
+          (Tobago Core Tag library documentation)
+        </title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<script>
+            function asd()
+            {
+            parent.document.title="menuItem (Tobago Core Tag library documentation)";
+            }
+          </script>
+<body bgcolor="white" onload="asd();">
+<a name="navbar_top"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_top_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="menuItem.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<h2>
+<font size="-1">Tobago Components 1.0.x</font>
+<br>
+            Tag menuItem</h2>
+<hr>Renders a menu item.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIMenuCommand</p><p><b>RendererType: </b>MenuCommand</p><br>
+<p></p>
+<hr>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="2"><font size="+2"><b>Tag Information</b></font></td>
+</tr>
+<tr>
+<td>Tag Class</td><td>org.apache.myfaces.tobago.taglib.component.MenuCommandTag</td>
+</tr>
+<tr>
+<td>TagExtraInfo Class</td><td>org.apache.myfaces.tobago.taglib.component.CommandTagExtraInfo</td>
+</tr>
+<tr>
+<td>Body Content</td><td>JSP</td>
+</tr>
+<tr>
+<td>Display Name</td><td><i>None</i></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Attributes</b></font></td>
+</tr>
+<tr>
+<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
+</tr>
+<tr valign="top">
+<td>action</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Action to invoke when clicked. This must be a MethodBinding or a String representing the application action to invoke when this component is activated by the user. The MethodBinding must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application. The String is directly passed to the Navigationhandler.<br />Type: <code>javax.faces.el.MethodBinding</code></td>
+</tr>
+<tr valign="top">
+<td>actionListener</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.<br />Type: <code>javax.faces.el.MethodBinding</code></td>
+</tr>
+<tr valign="top">
+<td>immediate</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr valign="top">
+<td>onclick</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Script to be invoked when clicked<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>link</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Link to an arbitrary URL, either an internal link or an external link. <dl> <dt>internal absolute link</dt> <dd>Starts with a slash '/' character. The context path will be added. A session id will be added, if needed.</dd> <dt>external link</dt> <dd>Starts with protocol followed by ':' character. The link will not be modified.</dd> <dt>internal relative link</dt> <dd>Any other strings. A session id will be added, if needed.</dd> </dl><br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>jsfResource</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that the resource referenced by the resource attribute is a jsf resource. That means that the url has to be processed to change the prefix or suffix (e. g. *.jsf or /faces/*). Default is false.<br />Type: <code>java.lang.Boolean</code></td>
+</tr>
+<tr valign="top">
+<td>resource</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Link to an internal resource. Resources will be processed by the resource management. E. g. define help.html and it will be served help_es.html or help_de.html if available. For JSF-Pages you have to set the jsfResource attribute.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>transition</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Specify, if the command calls an JSF-Action. Useful to switch off the Double-Submit-Check and Waiting-Behavior.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>id</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The component identifier for this component. This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>binding</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean. <p/> Warning: For the tobago extension library <b>tx</b> the binding differs from JSP and Facelets: <ul> <li>JSP: The component is the inner main control (e. g. UIInput).</li> <li>Facelets: The component is the outer UIPanel.</li> </ul></td>
+</tr>
+<tr valign="top">
+<td>rendered</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>label</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Text value to display as label. If text contains an underscore the next character is used as accesskey.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>accessKey</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td><p>**** @deprecated. Will be removed in a future version **** </p>Deprecated! Has not longer any function. See label attribute.<br />Type: <code>[java.lang.String, java.lang.Character]</code></td>
+</tr>
+<tr valign="top">
+<td>labelWithAccessKey</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td><p>**** @deprecated. Will be removed in a future version **** </p>Deprecated! Use 'label' instead. Text value to display as label. If text contains an underscore the next character overwrites 'accesskey'.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>disabled</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that this element is disabled.<br />Type: <code>java.lang.Boolean</code></td>
+</tr>
+<tr valign="top">
+<td>type</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td><p>**** @deprecated. Will be removed in a future version **** </p><p> Type of command component to create. Valid values are 'navigate', 'reset', 'script' or 'submit'. If not specified, or not a valid value, the default value is 'submit' is used. </p> <p> Deprecation info: <ul> <li>Instead of 'navigate' please use the link attribute.</li> <li>Instead of 'script' please use the onclick attribute.</li> <li>'submit' is the default, so you can omit it.</li> <li>'reset' should not be used, but can emulated by the application (e.g. cancel button).</li> </ul> </p><br />Type: <code>java.lang.String</code><br />Default: <code>submit</code></td>
+</tr>
+<tr valign="top">
+<td>image</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Url to an image to display.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>target</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Name of a frame where the resource retrieved via this hyperlink is to be displayed.<br />Type: <code>java.lang.String</code></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Variables</b></font></td>
+</tr>
+<td colspan="2"><i>No Variables Defined.</i></td>
+</table>
+<br>
+<p></p>
+<a name="navbar_bottom"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_bottom_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="menuItem.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<small><i>
+            Output Generated by 
+            <a href="http://taglibrarydoc.dev.java.net/" target="_blank">Tag Library Documentation Generator</a>.
+            Java, JSP, and JavaServer Pages are trademarks or 
+            registered trademarks of Sun Microsystems, Inc. in the US and other
+            countries.  Copyright 2002-4 Sun Microsystems, Inc.
+            4150 Network Circle
+            Santa Clara, CA 95054, U.S.A.
+            All Rights Reserved. 
+            </i></small>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuRadio.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuRadio.html?rev=1691378&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuRadio.html (added)
+++ myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuRadio.html Thu Jul 16 12:11:37 2015
@@ -0,0 +1,163 @@
+<html xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>menuradio
+          (Tobago Core Tag library documentation)
+        </title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<script>
+            function asd()
+            {
+            parent.document.title="menuradio (Tobago Core Tag library documentation)";
+            }
+          </script>
+<body bgcolor="white" onload="asd();">
+<a name="navbar_top"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_top_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="menuradio.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<h2>
+<font size="-1">Tobago Components 1.0.x</font>
+<br>
+            Tag menuradio</h2>
+<hr><p>**** @deprecated. Will be removed in a future version **** </p>Renders a submenu with select one items.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectOneCommand</p><p><b>RendererType: </b>MenuCommand</p><br>
+<p></p>
+<hr>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="2"><font size="+2"><b>Tag Information</b></font></td>
+</tr>
+<tr>
+<td>Tag Class</td><td>org.apache.myfaces.tobago.taglib.component.MenuSelectOneTag</td>
+</tr>
+<tr>
+<td>TagExtraInfo Class</td><td>org.apache.myfaces.tobago.taglib.component.CommandTagExtraInfo</td>
+</tr>
+<tr>
+<td>Body Content</td><td>JSP</td>
+</tr>
+<tr>
+<td>Display Name</td><td><i>None</i></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Attributes</b></font></td>
+</tr>
+<tr>
+<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
+</tr>
+<tr valign="top">
+<td>action</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Action to invoke when clicked. This must be a MethodBinding or a String representing the application action to invoke when this component is activated by the user. The MethodBinding must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application. The String is directly passed to the Navigationhandler.<br />Type: <code>javax.faces.el.MethodBinding</code></td>
+</tr>
+<tr valign="top">
+<td>actionListener</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.<br />Type: <code>javax.faces.el.MethodBinding</code></td>
+</tr>
+<tr valign="top">
+<td>immediate</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr valign="top">
+<td>onclick</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Script to be invoked when clicked<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>link</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Link to an arbitrary URL, either an internal link or an external link. <dl> <dt>internal absolute link</dt> <dd>Starts with a slash '/' character. The context path will be added. A session id will be added, if needed.</dd> <dt>external link</dt> <dd>Starts with protocol followed by ':' character. The link will not be modified.</dd> <dt>internal relative link</dt> <dd>Any other strings. A session id will be added, if needed.</dd> </dl><br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>jsfResource</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that the resource referenced by the resource attribute is a jsf resource. That means that the url has to be processed to change the prefix or suffix (e. g. *.jsf or /faces/*). Default is false.<br />Type: <code>java.lang.Boolean</code></td>
+</tr>
+<tr valign="top">
+<td>resource</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Link to an internal resource. Resources will be processed by the resource management. E. g. define help.html and it will be served help_es.html or help_de.html if available. For JSF-Pages you have to set the jsfResource attribute.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>transition</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Specify, if the command calls an JSF-Action. Useful to switch off the Double-Submit-Check and Waiting-Behavior.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>id</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The component identifier for this component. This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>binding</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean. <p/> Warning: For the tobago extension library <b>tx</b> the binding differs from JSP and Facelets: <ul> <li>JSP: The component is the inner main control (e. g. UIInput).</li> <li>Facelets: The component is the outer UIPanel.</li> </ul></td>
+</tr>
+<tr valign="top">
+<td>rendered</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>label</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Text value to display as label. If text contains an underscore the next character is used as accesskey.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>disabled</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that this element is disabled.<br />Type: <code>java.lang.Boolean</code></td>
+</tr>
+<tr valign="top">
+<td>type</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td><p>**** @deprecated. Will be removed in a future version **** </p><p> Type of command component to create. Valid values are 'navigate', 'reset', 'script' or 'submit'. If not specified, or not a valid value, the default value is 'submit' is used. </p> <p> Deprecation info: <ul> <li>Instead of 'navigate' please use the link attribute.</li> <li>Instead of 'script' please use the onclick attribute.</li> <li>'submit' is the default, so you can omit it.</li> <li>'reset' should not be used, but can emulated by the application (e.g. cancel button).</li> </ul> </p><br />Type: <code>java.lang.String</code><br />Default: <code>submit</code></td>
+</tr>
+<tr valign="top">
+<td>value</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The current value of this component.<br />Type: <code>java.lang.Object</code></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Variables</b></font></td>
+</tr>
+<td colspan="2"><i>No Variables Defined.</i></td>
+</table>
+<br>
+<p></p>
+<a name="navbar_bottom"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_bottom_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="menuradio.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<small><i>
+            Output Generated by 
+            <a href="http://taglibrarydoc.dev.java.net/" target="_blank">Tag Library Documentation Generator</a>.
+            Java, JSP, and JavaServer Pages are trademarks or 
+            registered trademarks of Sun Microsystems, Inc. in the US and other
+            countries.  Copyright 2002-4 Sun Microsystems, Inc.
+            4150 Network Circle
+            Santa Clara, CA 95054, U.S.A.
+            All Rights Reserved. 
+            </i></small>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuSeparator.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuSeparator.html?rev=1691378&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuSeparator.html (added)
+++ myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menuSeparator.html Thu Jul 16 12:11:37 2015
@@ -0,0 +1,124 @@
+<html xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>menuSeparator
+          (Tobago Core Tag library documentation)
+        </title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<script>
+            function asd()
+            {
+            parent.document.title="menuSeparator (Tobago Core Tag library documentation)";
+            }
+          </script>
+<body bgcolor="white" onload="asd();">
+<a name="navbar_top"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_top_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="menuSeparator.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<h2>
+<font size="-1">Tobago Components 1.0.x</font>
+<br>
+            Tag menuSeparator</h2>
+<hr>Renders a separator.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIMenuSeparator</p><p><b>RendererType: </b></p><br>
+<p></p>
+<hr>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="2"><font size="+2"><b>Tag Information</b></font></td>
+</tr>
+<tr>
+<td>Tag Class</td><td>org.apache.myfaces.tobago.taglib.component.MenuSeparatorTag</td>
+</tr>
+<tr>
+<td>TagExtraInfo Class</td><td><i>None</i></td>
+</tr>
+<tr>
+<td>Body Content</td><td>empty</td>
+</tr>
+<tr>
+<td>Display Name</td><td><i>None</i></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Attributes</b></font></td>
+</tr>
+<tr>
+<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
+</tr>
+<tr valign="top">
+<td>rendered</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>binding</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean. <p/> Warning: For the tobago extension library <b>tx</b> the binding differs from JSP and Facelets: <ul> <li>JSP: The component is the inner main control (e. g. UIInput).</li> <li>Facelets: The component is the outer UIPanel.</li> </ul></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Variables</b></font></td>
+</tr>
+<td colspan="2"><i>No Variables Defined.</i></td>
+</table>
+<br>
+<p></p>
+<a name="navbar_bottom"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_bottom_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="menuSeparator.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<small><i>
+            Output Generated by 
+            <a href="http://taglibrarydoc.dev.java.net/" target="_blank">Tag Library Documentation Generator</a>.
+            Java, JSP, and JavaServer Pages are trademarks or 
+            registered trademarks of Sun Microsystems, Inc. in the US and other
+            countries.  Copyright 2002-4 Sun Microsystems, Inc.
+            4150 Network Circle
+            Santa Clara, CA 95054, U.S.A.
+            All Rights Reserved. 
+            </i></small>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menucheck.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menucheck.html?rev=1691378&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menucheck.html (added)
+++ myfaces/site/publish/tobago/doc/1.0.42/tld/tc/menucheck.html Thu Jul 16 12:11:37 2015
@@ -0,0 +1,169 @@
+<html xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>menucheck
+          (Tobago Core Tag library documentation)
+        </title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<script>
+            function asd()
+            {
+            parent.document.title="menucheck (Tobago Core Tag library documentation)";
+            }
+          </script>
+<body bgcolor="white" onload="asd();">
+<a name="navbar_top"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_top_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="menucheck.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<h2>
+<font size="-1">Tobago Components 1.0.x</font>
+<br>
+            Tag menucheck</h2>
+<hr><p>**** @deprecated. Will be removed in a future version **** </p>Renders a checkable menuitem.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectBooleanCommand</p><p><b>RendererType: </b>MenuCommand</p><br>
+<p></p>
+<hr>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="2"><font size="+2"><b>Tag Information</b></font></td>
+</tr>
+<tr>
+<td>Tag Class</td><td>org.apache.myfaces.tobago.taglib.component.MenuSelectBooleanTag</td>
+</tr>
+<tr>
+<td>TagExtraInfo Class</td><td>org.apache.myfaces.tobago.taglib.component.CommandTagExtraInfo</td>
+</tr>
+<tr>
+<td>Body Content</td><td>JSP</td>
+</tr>
+<tr>
+<td>Display Name</td><td><i>None</i></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Attributes</b></font></td>
+</tr>
+<tr>
+<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
+</tr>
+<tr valign="top">
+<td>action</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Action to invoke when clicked. This must be a MethodBinding or a String representing the application action to invoke when this component is activated by the user. The MethodBinding must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application. The String is directly passed to the Navigationhandler.<br />Type: <code>javax.faces.el.MethodBinding</code></td>
+</tr>
+<tr valign="top">
+<td>actionListener</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.<br />Type: <code>javax.faces.el.MethodBinding</code></td>
+</tr>
+<tr valign="top">
+<td>immediate</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr valign="top">
+<td>onclick</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Script to be invoked when clicked<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>link</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Link to an arbitrary URL, either an internal link or an external link. <dl> <dt>internal absolute link</dt> <dd>Starts with a slash '/' character. The context path will be added. A session id will be added, if needed.</dd> <dt>external link</dt> <dd>Starts with protocol followed by ':' character. The link will not be modified.</dd> <dt>internal relative link</dt> <dd>Any other strings. A session id will be added, if needed.</dd> </dl><br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>jsfResource</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that the resource referenced by the resource attribute is a jsf resource. That means that the url has to be processed to change the prefix or suffix (e. g. *.jsf or /faces/*). Default is false.<br />Type: <code>java.lang.Boolean</code></td>
+</tr>
+<tr valign="top">
+<td>resource</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Link to an internal resource. Resources will be processed by the resource management. E. g. define help.html and it will be served help_es.html or help_de.html if available. For JSF-Pages you have to set the jsfResource attribute.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>transition</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Specify, if the command calls an JSF-Action. Useful to switch off the Double-Submit-Check and Waiting-Behavior.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>id</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The component identifier for this component. This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>binding</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean. <p/> Warning: For the tobago extension library <b>tx</b> the binding differs from JSP and Facelets: <ul> <li>JSP: The component is the inner main control (e. g. UIInput).</li> <li>Facelets: The component is the outer UIPanel.</li> </ul></td>
+</tr>
+<tr valign="top">
+<td>rendered</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>disabled</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that this element is disabled.<br />Type: <code>java.lang.Boolean</code></td>
+</tr>
+<tr valign="top">
+<td>type</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td><p>**** @deprecated. Will be removed in a future version **** </p><p> Type of command component to create. Valid values are 'navigate', 'reset', 'script' or 'submit'. If not specified, or not a valid value, the default value is 'submit' is used. </p> <p> Deprecation info: <ul> <li>Instead of 'navigate' please use the link attribute.</li> <li>Instead of 'script' please use the onclick attribute.</li> <li>'submit' is the default, so you can omit it.</li> <li>'reset' should not be used, but can emulated by the application (e.g. cancel button).</li> </ul> </p><br />Type: <code>java.lang.String</code><br />Default: <code>submit</code></td>
+</tr>
+<tr valign="top">
+<td>value</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The current value of this component.<br />Type: <code>java.lang.Boolean</code></td>
+</tr>
+<tr valign="top">
+<td>label</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Text value to display as label. If text contains an underscore the next character is used as accesskey.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>accessKey</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td><p>**** @deprecated. Will be removed in a future version **** </p>Deprecated! Has not longer any function. See label attribute.<br />Type: <code>[java.lang.String, java.lang.Character]</code></td>
+</tr>
+<tr valign="top">
+<td>labelWithAccessKey</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td><p>**** @deprecated. Will be removed in a future version **** </p>Deprecated! Use 'label' instead. Text value to display as label. If text contains an underscore the next character overwrites 'accesskey'.<br />Type: <code>java.lang.String</code></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Variables</b></font></td>
+</tr>
+<td colspan="2"><i>No Variables Defined.</i></td>
+</table>
+<br>
+<p></p>
+<a name="navbar_bottom"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_bottom_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="menucheck.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<small><i>
+            Output Generated by 
+            <a href="http://taglibrarydoc.dev.java.net/" target="_blank">Tag Library Documentation Generator</a>.
+            Java, JSP, and JavaServer Pages are trademarks or 
+            registered trademarks of Sun Microsystems, Inc. in the US and other
+            countries.  Copyright 2002-4 Sun Microsystems, Inc.
+            4150 Network Circle
+            Santa Clara, CA 95054, U.S.A.
+            All Rights Reserved. 
+            </i></small>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/1.0.42/tld/tc/message.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.42/tld/tc/message.html?rev=1691378&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/1.0.42/tld/tc/message.html (added)
+++ myfaces/site/publish/tobago/doc/1.0.42/tld/tc/message.html Thu Jul 16 12:11:37 2015
@@ -0,0 +1,136 @@
+<html xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>message
+          (Tobago Core Tag library documentation)
+        </title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<script>
+            function asd()
+            {
+            parent.document.title="message (Tobago Core Tag library documentation)";
+            }
+          </script>
+<body bgcolor="white" onload="asd();">
+<a name="navbar_top"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_top_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="message.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<h2>
+<font size="-1">Tobago Components 1.0.x</font>
+<br>
+            Tag message</h2>
+<hr><p>**** @deprecated. Will be removed in a future version **** </p>Renders error/validation message.<p><b>UIComponentClass: </b>javax.faces.component.UIMessage</p><p><b>RendererType: </b>Message</p><br>
+<p></p>
+<hr>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="2"><font size="+2"><b>Tag Information</b></font></td>
+</tr>
+<tr>
+<td>Tag Class</td><td>org.apache.myfaces.tobago.taglib.component.MessageTag</td>
+</tr>
+<tr>
+<td>TagExtraInfo Class</td><td><i>None</i></td>
+</tr>
+<tr>
+<td>Body Content</td><td>empty</td>
+</tr>
+<tr>
+<td>Display Name</td><td><i>None</i></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Attributes</b></font></td>
+</tr>
+<tr>
+<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
+</tr>
+<tr valign="top">
+<td>id</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The component identifier for this component. This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>binding</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean. <p/> Warning: For the tobago extension library <b>tx</b> the binding differs from JSP and Facelets: <ul> <li>JSP: The component is the inner main control (e. g. UIInput).</li> <li>Facelets: The component is the outer UIPanel.</li> </ul></td>
+</tr>
+<tr valign="top">
+<td>rendered</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>for</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Id of the component, this is related to.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>showDetail</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether the detail should be included<br />Type: <code>java.lang.Boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr valign="top">
+<td>showSummary</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether the summary should be included<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Variables</b></font></td>
+</tr>
+<td colspan="2"><i>No Variables Defined.</i></td>
+</table>
+<br>
+<p></p>
+<a name="navbar_bottom"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_bottom_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="message.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<small><i>
+            Output Generated by 
+            <a href="http://taglibrarydoc.dev.java.net/" target="_blank">Tag Library Documentation Generator</a>.
+            Java, JSP, and JavaServer Pages are trademarks or 
+            registered trademarks of Sun Microsystems, Inc. in the US and other
+            countries.  Copyright 2002-4 Sun Microsystems, Inc.
+            4150 Network Circle
+            Santa Clara, CA 95054, U.S.A.
+            All Rights Reserved. 
+            </i></small>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/1.0.42/tld/tc/messages.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.42/tld/tc/messages.html?rev=1691378&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/1.0.42/tld/tc/messages.html (added)
+++ myfaces/site/publish/tobago/doc/1.0.42/tld/tc/messages.html Thu Jul 16 12:11:37 2015
@@ -0,0 +1,154 @@
+<html xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>messages
+          (Tobago Core Tag library documentation)
+        </title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<script>
+            function asd()
+            {
+            parent.document.title="messages (Tobago Core Tag library documentation)";
+            }
+          </script>
+<body bgcolor="white" onload="asd();">
+<a name="navbar_top"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_top_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="messages.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<h2>
+<font size="-1">Tobago Components 1.0.x</font>
+<br>
+            Tag messages</h2>
+<hr>Renders error/validation messages.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIMessages</p><p><b>RendererType: </b>Messages</p><br>
+<p></p>
+<hr>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="2"><font size="+2"><b>Tag Information</b></font></td>
+</tr>
+<tr>
+<td>Tag Class</td><td>org.apache.myfaces.tobago.taglib.component.MessagesTag</td>
+</tr>
+<tr>
+<td>TagExtraInfo Class</td><td><i>None</i></td>
+</tr>
+<tr>
+<td>Body Content</td><td>empty</td>
+</tr>
+<tr>
+<td>Display Name</td><td><i>None</i></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Attributes</b></font></td>
+</tr>
+<tr>
+<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
+</tr>
+<tr valign="top">
+<td>id</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The component identifier for this component. This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>binding</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean. <p/> Warning: For the tobago extension library <b>tx</b> the binding differs from JSP and Facelets: <ul> <li>JSP: The component is the inner main control (e. g. UIInput).</li> <li>Facelets: The component is the outer UIPanel.</li> </ul></td>
+</tr>
+<tr valign="top">
+<td>rendered</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>for</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Id of the component, this is related to.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>confirmation</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Should the user confirm the message explicitly.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr valign="top">
+<td>globalOnly</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that only messages that are not associated to any particular UIComponent should be displayed. That are messages without clientId.<br />Type: <code>java.lang.String</code><br />Default: <code>false</code></td>
+</tr>
+<tr valign="top">
+<td>maxNumber</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Sets the maximum number of messages to show.<br />Type: <code>java.lang.Integer</code><br />Default: <code>2147483647</code></td>
+</tr>
+<tr valign="top">
+<td>maxSeverity</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Sets the maximum severity to be shown. E. g. "warn" shows only "warn" and "info". When setting this attribute you usually shoud take care, that you have a second message tag to show the higher severity levels.<br />Type: <code>javax.faces.application.FacesMessage.Severity</code><br />Default: <code>fatal</code></td>
+</tr>
+<tr valign="top">
+<td>minSeverity</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Sets the mininum severity to be shown. E. g. "warn" shows only "warn", "error" and "fatal".<br />Type: <code>javax.faces.application.FacesMessage.Severity</code><br />Default: <code>info</code></td>
+</tr>
+<tr valign="top">
+<td>orderBy</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Sets the order of the messages.<br />Type: <code>java.lang.String</code><br />Default: <code>occurrence</code><br />Allowed values: <code>[occurrence, severity, occurence]</code></td>
+</tr>
+<tr valign="top">
+<td>showDetail</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether the detail should be included<br />Type: <code>java.lang.Boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr valign="top">
+<td>showSummary</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether the summary should be included<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Variables</b></font></td>
+</tr>
+<td colspan="2"><i>No Variables Defined.</i></td>
+</table>
+<br>
+<p></p>
+<a name="navbar_bottom"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_bottom_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="messages.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<small><i>
+            Output Generated by 
+            <a href="http://taglibrarydoc.dev.java.net/" target="_blank">Tag Library Documentation Generator</a>.
+            Java, JSP, and JavaServer Pages are trademarks or 
+            registered trademarks of Sun Microsystems, Inc. in the US and other
+            countries.  Copyright 2002-4 Sun Microsystems, Inc.
+            4150 Network Circle
+            Santa Clara, CA 95054, U.S.A.
+            All Rights Reserved. 
+            </i></small>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/1.0.42/tld/tc/object.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.42/tld/tc/object.html?rev=1691378&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/1.0.42/tld/tc/object.html (added)
+++ myfaces/site/publish/tobago/doc/1.0.42/tld/tc/object.html Thu Jul 16 12:11:37 2015
@@ -0,0 +1,133 @@
+<html xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>object
+          (Tobago Core Tag library documentation)
+        </title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<script>
+            function asd()
+            {
+            parent.document.title="object (Tobago Core Tag library documentation)";
+            }
+          </script>
+<body bgcolor="white" onload="asd();">
+<a name="navbar_top"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_top_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="object.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<h2>
+<font size="-1">Tobago Components 1.0.x</font>
+<br>
+            Tag object</h2>
+<hr><p><b>UIComponentClass: </b>javax.faces.component.UIOutput</p><p><b>RendererType: </b>Object</p><br>
+<p></p>
+<hr>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="2"><font size="+2"><b>Tag Information</b></font></td>
+</tr>
+<tr>
+<td>Tag Class</td><td>org.apache.myfaces.tobago.taglib.component.ObjectTag</td>
+</tr>
+<tr>
+<td>TagExtraInfo Class</td><td><i>None</i></td>
+</tr>
+<tr>
+<td>Body Content</td><td>empty</td>
+</tr>
+<tr>
+<td>Display Name</td><td><i>None</i></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Attributes</b></font></td>
+</tr>
+<tr>
+<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
+</tr>
+<tr valign="top">
+<td>id</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The component identifier for this component. This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>binding</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean. <p/> Warning: For the tobago extension library <b>tx</b> the binding differs from JSP and Facelets: <ul> <li>JSP: The component is the inner main control (e. g. UIInput).</li> <li>Facelets: The component is the outer UIPanel.</li> </ul></td>
+</tr>
+<tr valign="top">
+<td>rendered</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>name</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Name of the element. If not set the id will be used as name. The id in JSF normally contains colons. This doesn't work in Internet Explorer 9 and lower when using window.open(src, target).<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>src</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>URI to object source<br />Type: <code>java.lang.String</code></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Variables</b></font></td>
+</tr>
+<td colspan="2"><i>No Variables Defined.</i></td>
+</table>
+<br>
+<p></p>
+<a name="navbar_bottom"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_bottom_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="object.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<small><i>
+            Output Generated by 
+            <a href="http://taglibrarydoc.dev.java.net/" target="_blank">Tag Library Documentation Generator</a>.
+            Java, JSP, and JavaServer Pages are trademarks or 
+            registered trademarks of Sun Microsystems, Inc. in the US and other
+            countries.  Copyright 2002-4 Sun Microsystems, Inc.
+            4150 Network Circle
+            Santa Clara, CA 95054, U.S.A.
+            All Rights Reserved. 
+            </i></small>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/1.0.42/tld/tc/out.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.42/tld/tc/out.html?rev=1691378&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/1.0.42/tld/tc/out.html (added)
+++ myfaces/site/publish/tobago/doc/1.0.42/tld/tc/out.html Thu Jul 16 12:11:37 2015
@@ -0,0 +1,145 @@
+<html xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>out
+          (Tobago Core Tag library documentation)
+        </title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<script>
+            function asd()
+            {
+            parent.document.title="out (Tobago Core Tag library documentation)";
+            }
+          </script>
+<body bgcolor="white" onload="asd();">
+<a name="navbar_top"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_top_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="out.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<h2>
+<font size="-1">Tobago Components 1.0.x</font>
+<br>
+            Tag out</h2>
+<hr>Renders a text<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIOutput</p><p><b>RendererType: </b>Out</p><br>
+<p></p>
+<hr>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="2"><font size="+2"><b>Tag Information</b></font></td>
+</tr>
+<tr>
+<td>Tag Class</td><td>org.apache.myfaces.tobago.taglib.component.OutTag</td>
+</tr>
+<tr>
+<td>TagExtraInfo Class</td><td><i>None</i></td>
+</tr>
+<tr>
+<td>Body Content</td><td>JSP</td>
+</tr>
+<tr>
+<td>Display Name</td><td><i>None</i></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Attributes</b></font></td>
+</tr>
+<tr>
+<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
+</tr>
+<tr valign="top">
+<td>id</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The component identifier for this component. This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>binding</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean. <p/> Warning: For the tobago extension library <b>tx</b> the binding differs from JSP and Facelets: <ul> <li>JSP: The component is the inner main control (e. g. UIInput).</li> <li>Facelets: The component is the outer UIPanel.</li> </ul></td>
+</tr>
+<tr valign="top">
+<td>rendered</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>converter</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>An expression that specifies the Converter for this component. If the value binding expression is a String, the String is used as an ID to look up a Converter. If the value binding expression is a Converter, uses that instance as the converter. The value can either be a static value (ID case only) or an EL expression.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>inline</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating this component should rendered as an inline element.<br />Type: <code>java.lang.Boolean</code></td>
+</tr>
+<tr valign="top">
+<td>tip</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Text value to display as tooltip.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>value</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The current value of this component.<br />Type: <code>java.lang.Object</code></td>
+</tr>
+<tr valign="top">
+<td>escape</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.<br />Type: <code>java.lang.Boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr valign="top">
+<td>markup</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Indicate markup of this component. Possible values are 'none', 'strong' and 'deleted'<br />Type: <code>java.lang.String</code><br />Default: <code>none</code><br />Allowed values: <code>[none, strong, deleted]</code></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Variables</b></font></td>
+</tr>
+<td colspan="2"><i>No Variables Defined.</i></td>
+</table>
+<br>
+<p></p>
+<a name="navbar_bottom"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_bottom_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="out.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<small><i>
+            Output Generated by 
+            <a href="http://taglibrarydoc.dev.java.net/" target="_blank">Tag Library Documentation Generator</a>.
+            Java, JSP, and JavaServer Pages are trademarks or 
+            registered trademarks of Sun Microsystems, Inc. in the US and other
+            countries.  Copyright 2002-4 Sun Microsystems, Inc.
+            4150 Network Circle
+            Santa Clara, CA 95054, U.S.A.
+            All Rights Reserved. 
+            </i></small>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/1.0.42/tld/tc/page.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.42/tld/tc/page.html?rev=1691378&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/1.0.42/tld/tc/page.html (added)
+++ myfaces/site/publish/tobago/doc/1.0.42/tld/tc/page.html Thu Jul 16 12:11:37 2015
@@ -0,0 +1,145 @@
+<html xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>page
+          (Tobago Core Tag library documentation)
+        </title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<script>
+            function asd()
+            {
+            parent.document.title="page (Tobago Core Tag library documentation)";
+            }
+          </script>
+<body bgcolor="white" onload="asd();">
+<a name="navbar_top"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_top_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="page.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<h2>
+<font size="-1">Tobago Components 1.0.x</font>
+<br>
+            Tag page</h2>
+<hr>Renders a page element.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIPage</p><p><b>RendererType: </b>Page</p><p><b>Supported facets:</b></p><dl><dt><b>action</b></dt><dd>Contains an instance of UICommand (tc:command) for an auto-action</dd><dt><b>resizeAction</b></dt><dd>Contains an instance of UICommand (tc:command) or a UIForm (tc:form) with a UICommand for a resize-action</dd><dt><b>menuBar</b></dt><dd>Menubar</dd><dt><b>layout</b></dt><dd>Contains an instance of UILayout</dd></dl><br>
+<p></p>
+<hr>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="2"><font size="+2"><b>Tag Information</b></font></td>
+</tr>
+<tr>
+<td>Tag Class</td><td>org.apache.myfaces.tobago.taglib.component.PageTag</td>
+</tr>
+<tr>
+<td>TagExtraInfo Class</td><td><i>None</i></td>
+</tr>
+<tr>
+<td>Body Content</td><td>JSP</td>
+</tr>
+<tr>
+<td>Display Name</td><td><i>None</i></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Attributes</b></font></td>
+</tr>
+<tr>
+<td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
+</tr>
+<tr valign="top">
+<td>label</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Text value to display as label. If text contains an underscore the next character is used as accesskey.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>id</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The component identifier for this component. This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>width</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The width for this component. This value is used in the gridLayouts columns attribute. See gridLayout tag for valid values.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>height</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The height for this component.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>binding</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean. <p/> Warning: For the tobago extension library <b>tx</b> the binding differs from JSP and Facelets: <ul> <li>JSP: The component is the inner main control (e. g. UIInput).</li> <li>Facelets: The component is the outer UIPanel.</li> </ul></td>
+</tr>
+<tr valign="top">
+<td>state</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td><strong>ValueBindingExpression</strong> pointing to a object to save the component's state.<br />Type: <code>java.lang.Object</code></td>
+</tr>
+<tr valign="top">
+<td>applicationIcon</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Absolute URL to an image or image name to lookup in tobago resource path representing the application. In HTML it is used as a favicon.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr valign="top">
+<td>doctype</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td><p>**** @deprecated. Will be removed in a future version **** </p>Possible values for doctype are: <dl> <dt>strict</dt><dd>HTML 4.01 Strict DTD</dd> <dt>loose</dt><dd>HTML 4.01 Transitional DTD</dd> <dt>frameset</dt><dd>HTML 4.01 Frameset DTD</dd> </dl> All other values are ignored and no DOCTYPE is set.<br />Type: <code>java.lang.String</code><br />Default: <code>loose</code></td>
+</tr>
+<tr valign="top">
+<td>focusId</td><td>false</td><td>true</td><td><code>java.lang.String</code></td><td>Contains the id of the component wich should have the focus after loading the page. Set to emtpy string for disabling setting of focus. Default (null) enables the "auto focus" feature.<br />Type: <code>java.lang.String</code></td>
+</tr>
+</table>
+<br>
+<p></p>
+<table border="1" cellpadding="3" cellspacing="0" width="100%">
+<tr bgcolor="#CCCCFF" class="TableHeadingColor">
+<td colspan="5"><font size="+2"><b>Variables</b></font></td>
+</tr>
+<td colspan="2"><i>No Variables Defined.</i></td>
+</table>
+<br>
+<p></p>
+<a name="navbar_bottom"></a>
+<table border="0" width="100%" cellpadding="1" cellspacing="0">
+<tr>
+<td COLSPAN="3" BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><a NAME="navbar_bottom_firstrow"></a>
+<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
+<tr ALIGN="center" VALIGN="top">
+<td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="../overview-summary.html"><font CLASS="NavBarFont1"><b>Overview</b></font></a>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a href="tld-summary.html"><font CLASS="NavBarFont1"><b>Library</b></font></a>&nbsp;</td><td BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<font CLASS="NavBarFont1Rev">&nbsp;Tag&nbsp;</font>&nbsp;</td><td BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    &nbsp;<a HREF="../help-doc.html"><font CLASS="NavBarFont1"><b>Help</b></font></a>&nbsp;</td>
+</tr>
+</table>
+</td><td ALIGN="right" VALIGN="top" ROWSPAN="3"><em></em></td>
+</tr>
+<tr>
+<td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2"></font></td><td BGCOLOR="white" CLASS="NavBarCell2"><font SIZE="-2">
+                &nbsp;<a HREF="../index.html" TARGET="_top"><b>FRAMES</b></a>&nbsp;
+                &nbsp;<a href="page.html" target="_top"><b>NO FRAMES</b></a>&nbsp;
+                <script></script>
+<noscript>
+<a HREF="../alltags-noframe.html" TARGET=""><b>All Tags</b></a>
+</noscript>
+</font></td>
+</tr>
+</table>
+<hr>
+<small><i>
+            Output Generated by 
+            <a href="http://taglibrarydoc.dev.java.net/" target="_blank">Tag Library Documentation Generator</a>.
+            Java, JSP, and JavaServer Pages are trademarks or 
+            registered trademarks of Sun Microsystems, Inc. in the US and other
+            countries.  Copyright 2002-4 Sun Microsystems, Inc.
+            4150 Network Circle
+            Santa Clara, CA 95054, U.S.A.
+            All Rights Reserved. 
+            </i></small>
+</body>
+</html>