You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/09/19 22:05:22 UTC

svn commit: r447944 - in /myfaces: shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/servlet/ tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/ tomahawk/trunk/examples/simple/src/main/webapp/

Author: mmarinschek
Date: Tue Sep 19 13:05:20 2006
New Revision: 447944

URL: http://svn.apache.org/viewvc?view=rev&rev=447944
Log:
finished support for showing source-code; also in examples now

Modified:
    myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/servlet/SourceCodeServlet.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/buffer.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/calendar.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/collapsiblePanel.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/colspan.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryForm.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryTableForm.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/crossDataTable.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/css.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataList.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataScroller.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataTable.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/date.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/displayValueOnly.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/div.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/features.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/fileupload.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/forceId.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/htmlTag.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml-multiple.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextDisabled.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextHelp.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jscookmenu.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jslistener.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/masterDetail.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/newspaperTable.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/openDataTable.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/optDataTable.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/options.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/pagedSortTable.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_1.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_2.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_3.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_4.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_5.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelstack.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/popup.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample1.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample2.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_addentry.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneCountry.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneLanguage.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectbox.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/simpleGroupBy.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable2.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortTable.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/swapimage.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tabbedPane.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testExceptions.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testlist.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2ExpandAll.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2HideRoot.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NiceWrap.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NoNav.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/treeTable.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/validate.jsp

Modified: myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/servlet/SourceCodeServlet.java
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/servlet/SourceCodeServlet.java?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/servlet/SourceCodeServlet.java (original)
+++ myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/servlet/SourceCodeServlet.java Tue Sep 19 13:05:20 2006
@@ -45,6 +45,27 @@
 
             outputFile(res, realPath);
         }
+        else if(webPage.endsWith(".jsp"))
+        {
+            // get the actual file location of the requested resource
+            String realPath = getServletConfig().getServletContext().getRealPath(webPage);
+
+            outputFile(res, realPath);
+        }
+        else if(webPage.endsWith(".jspx"))
+        {
+            // get the actual file location of the requested resource
+            String realPath = getServletConfig().getServletContext().getRealPath(webPage);
+
+            outputFile(res, realPath);
+        }
+        else if(webPage.endsWith(".xhtml"))
+        {
+            // get the actual file location of the requested resource
+            String realPath = getServletConfig().getServletContext().getRealPath(webPage);
+
+            outputFile(res, realPath);
+        }
         else
         {
             int beginChopPoint = webPage.lastIndexOf("/");

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/accessedbeans/AccessTrackingVariableResolver.java Tue Sep 19 13:05:20 2006
@@ -15,9 +15,12 @@
  */
 package org.apache.myfaces.examples.accessedbeans;
 
+import org.apache.myfaces.taglib.core.LoadBundleTag;
+
 import javax.faces.el.VariableResolver;
 import javax.faces.el.EvaluationException;
 import javax.faces.context.FacesContext;
+import java.util.Map;
 
 /**
  * @author Martin Marinschek (latest modification by $Author: matzew $)
@@ -43,8 +46,11 @@
 
         if(!(resolvedBean instanceof AccessedBeans) && resolvedBean!=null)
         {
-            ((AccessedBeans) facesContext.getApplication().
-                    getVariableResolver().resolveVariable(facesContext,"accessedBeans")).addBean(name, resolvedBean);
+            if(!resolvedBean.getClass().getName().startsWith("java.lang.") && !(resolvedBean instanceof Map))
+            {
+                ((AccessedBeans) facesContext.getApplication().
+                        getVariableResolver().resolveVariable(facesContext,"accessedBeans")).addBean(name, resolvedBean);
+            }
         }
 
         return resolvedBean;

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp Tue Sep 19 13:05:20 2006
@@ -45,10 +45,10 @@
             </h:column>
         </h:dataTable>
     </h:form>
-
-    <%@include file="inc/page_footer.jsp" %>
-    
+    <jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
+
+<%@include file="inc/page_footer.jsp" %>
 
 </body>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/buffer.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/buffer.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/buffer.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/buffer.jsp Tue Sep 19 13:05:20 2006
@@ -155,6 +155,7 @@
     <h:outputText value="#{tableScroller}" escape="false"/>
 
 </h:form>
+<jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/calendar.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/calendar.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/calendar.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/calendar.jsp Tue Sep 19 13:05:20 2006
@@ -126,6 +126,7 @@
 
         </h:form>
     </h:panelGroup--%>
+    <jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/collapsiblePanel.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/collapsiblePanel.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/collapsiblePanel.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/collapsiblePanel.jsp Tue Sep 19 13:05:20 2006
@@ -115,7 +115,7 @@
             </h:column>
         </t:dataTable>
     </h:form>
-
+    <jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/colspan.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/colspan.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/colspan.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/colspan.jsp Tue Sep 19 13:05:20 2006
@@ -199,7 +199,8 @@
 
 				</h:panelGrid>
 			</h:form>
-		</f:view>
+            <jsp:include page="inc/mbean_source.jsp"/>
+        </f:view>
 
 		<%@include file="inc/page_footer.jsp" %>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryForm.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryForm.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryForm.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryForm.jsp Tue Sep 19 13:05:20 2006
@@ -74,7 +74,7 @@
             </h:panelGrid>
         </h:form>
     </h:panelGroup>
-
+    <jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryTableForm.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryTableForm.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryTableForm.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/countryTableForm.jsp Tue Sep 19 13:05:20 2006
@@ -122,7 +122,7 @@
         </h:form>
 
     </h:panelGroup>
-
+    <jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/crossDataTable.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/crossDataTable.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/crossDataTable.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/crossDataTable.jsp Tue Sep 19 13:05:20 2006
@@ -99,7 +99,7 @@
 
     </h:panelGroup>
     </h:form>
-
+    <jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
 
 <%@include file="inc/page_footer.jsp"%>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/css.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/css.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/css.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/css.jsp Tue Sep 19 13:05:20 2006
@@ -35,6 +35,8 @@
         <h:outputText value="#{example_messages['css_msg']}"/><code>stylesheet</code>-Component<br />
         <a href='http://myfaces.apache.org'>The MyFaces-Team</a>.
 
+         <jsp:include page="inc/mbean_source.jsp"/>
+
         <%@include file="inc/page_footer.jsp" %>
 
     </body>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataList.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataList.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataList.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataList.jsp Tue Sep 19 13:05:20 2006
@@ -82,6 +82,8 @@
 
     </h:form>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataScroller.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataScroller.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataScroller.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataScroller.jsp Tue Sep 19 13:05:20 2006
@@ -124,7 +124,8 @@
     </h:panelGroup>
     <t:commandLink value="test" immediate="true" />
         
-</h:form>
+    </h:form>
+    <jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataTable.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataTable.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataTable.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/dataTable.jsp Tue Sep 19 13:05:20 2006
@@ -123,6 +123,7 @@
     </t:panelLayout>
 
 </h:form>
+<jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
 
 </body>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/date.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/date.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/date.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/date.jsp Tue Sep 19 13:05:20 2006
@@ -64,6 +64,7 @@
 
     </h:panelGroup>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/displayValueOnly.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/displayValueOnly.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/displayValueOnly.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/displayValueOnly.jsp Tue Sep 19 13:05:20 2006
@@ -99,9 +99,11 @@
         <h:commandButton id="submitBtn" />
     </h:form>
 
-    <%@include file="inc/page_footer.jsp" %>
+   <jsp:include page="inc/mbean_source.jsp"/>
 
 </f:view>
+
+<%@include file="inc/page_footer.jsp" %>
 
 </body>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/div.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/div.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/div.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/div.jsp Tue Sep 19 13:05:20 2006
@@ -72,6 +72,8 @@
 
     </h:panelGroup>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/features.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/features.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/features.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/features.jsp Tue Sep 19 13:05:20 2006
@@ -63,6 +63,8 @@
 
     </t:panelLayout>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 </body>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/fileupload.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/fileupload.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/fileupload.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/fileupload.jsp Tue Sep 19 13:05:20 2006
@@ -89,6 +89,8 @@
 
     <%@include file="inc/page_footer.jsp" %>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 </body>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/forceId.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/forceId.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/forceId.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/forceId.jsp Tue Sep 19 13:05:20 2006
@@ -110,6 +110,8 @@
 --%>        
     </h:form>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/htmlTag.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/htmlTag.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/htmlTag.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/htmlTag.jsp Tue Sep 19 13:05:20 2006
@@ -39,6 +39,9 @@
     <t:htmlTag value="p">
     	<t:htmlTag value="b" rendered="false">This should not be bold, because the <i>b</i> tag is not rendered</t:htmlTag>
     </t:htmlTag>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml-multiple.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml-multiple.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml-multiple.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml-multiple.jsp Tue Sep 19 13:05:20 2006
@@ -51,6 +51,8 @@
 
     </h:panelGroup>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputHtml.jsp Tue Sep 19 13:05:20 2006
@@ -80,6 +80,8 @@
 
     </h:panelGroup>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextDisabled.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextDisabled.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextDisabled.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextDisabled.jsp Tue Sep 19 13:05:20 2006
@@ -72,6 +72,9 @@
         </h:panelGrid>
 
     </h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextHelp.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextHelp.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextHelp.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/inputTextHelp.jsp Tue Sep 19 13:05:20 2006
@@ -43,6 +43,8 @@
         <t:inputTextHelp value="" id="i2" selectText="true" helpText="TT.MM.JJJJ"/>
     </h:form>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jscookmenu.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jscookmenu.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jscookmenu.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jscookmenu.jsp Tue Sep 19 13:05:20 2006
@@ -106,6 +106,9 @@
         <t:navigationMenuItems id="navitems" value="#{navigationMenu.panelNavigationItems}" />
     </t:jscookMenu>
 </h:form>
+
+<jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp"%>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jslistener.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jslistener.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jslistener.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/jslistener.jsp Tue Sep 19 13:05:20 2006
@@ -63,6 +63,9 @@
         </h:panelGrid>
 
     </h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/masterDetail.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/masterDetail.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/masterDetail.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/masterDetail.jsp Tue Sep 19 13:05:20 2006
@@ -98,7 +98,10 @@
 				</h:panelGroup>
 				
 			</h:form>
-		</f:view>
+
+            <jsp:include page="inc/mbean_source.jsp"/>
+
+        </f:view>
 
 		<%@include file="inc/page_footer.jsp"%>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/newspaperTable.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/newspaperTable.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/newspaperTable.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/newspaperTable.jsp Tue Sep 19 13:05:20 2006
@@ -129,6 +129,8 @@
 	    </t:dataTable>
 
 	</h:panelGrid>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
 	
 </f:view>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/openDataTable.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/openDataTable.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/openDataTable.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/openDataTable.jsp Tue Sep 19 13:05:20 2006
@@ -106,6 +106,8 @@
             </h:panelGrid>
         </h:form>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/optDataTable.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/optDataTable.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/optDataTable.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/optDataTable.jsp Tue Sep 19 13:05:20 2006
@@ -113,6 +113,9 @@
 
 	</h:panelGroup>
 </h:form>
+
+<jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp"%>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/options.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/options.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/options.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/options.jsp Tue Sep 19 13:05:20 2006
@@ -96,6 +96,9 @@
 
     </t:panelLayout>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
+
 </f:view>
 
 </body>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/pagedSortTable.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/pagedSortTable.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/pagedSortTable.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/pagedSortTable.jsp Tue Sep 19 13:05:20 2006
@@ -108,6 +108,9 @@
 
     </h:panelGrid>
     </h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_1.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_1.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_1.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_1.jsp Tue Sep 19 13:05:20 2006
@@ -77,6 +77,9 @@
         </h:form>
     </t:div>
     </t:div>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 <%@include file="inc/page_footer.jsp"%>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_2.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_2.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_2.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_2.jsp Tue Sep 19 13:05:20 2006
@@ -40,6 +40,8 @@
     </t:div>
     </t:div>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 <%@include file="inc/page_footer.jsp"%>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_3.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_3.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_3.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_3.jsp Tue Sep 19 13:05:20 2006
@@ -40,6 +40,8 @@
     </t:div>
     </t:div>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 <%@include file="inc/page_footer.jsp"%>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_4.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_4.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_4.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_4.jsp Tue Sep 19 13:05:20 2006
@@ -64,6 +64,8 @@
         </t:panelNavigation2>
     </t:div>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 <%@ include file="inc/page_footer.jsp" %>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_5.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_5.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_5.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelnavigation_5.jsp Tue Sep 19 13:05:20 2006
@@ -87,6 +87,9 @@
             </h:form>
         </t:div>
     </t:div>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 <%@ include file="inc/page_footer.jsp" %>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelstack.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelstack.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelstack.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/panelstack.jsp Tue Sep 19 13:05:20 2006
@@ -176,6 +176,9 @@
 
     </h:panelGroup>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/popup.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/popup.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/popup.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/popup.jsp Tue Sep 19 13:05:20 2006
@@ -170,6 +170,8 @@
 
         </h:panelGrid>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample1.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample1.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample1.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample1.jsp Tue Sep 19 13:05:20 2006
@@ -140,6 +140,8 @@
 
     </h:panelGroup>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample2.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample2.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample2.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sample2.jsp Tue Sep 19 13:05:20 2006
@@ -67,6 +67,8 @@
 
     </h:panelGroup>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp Tue Sep 19 13:05:20 2006
@@ -21,7 +21,7 @@
 //-->
 
 <html>
-<%@include file="../inc/head.inc"%>
+<%@include file="/inc/head.inc"%>
 <body>
 <f:view>
 	<h:form>
@@ -44,9 +44,12 @@
 					actionListener="#{scheduleHandler1.addSampleHoliday}"
 					value="add sample holiday" />
 			</h:panelGrid>
-    <%@include file="../inc/page_footer.jsp" %>
+    <%@include file="/inc/page_footer.jsp" %>
 		</t:div>
 	</h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 </body>
 </html>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp Tue Sep 19 13:05:20 2006
@@ -21,7 +21,7 @@
 //-->
 
 <html>
-<%@include file="../inc/head.inc"%>
+<%@include file="/inc/head.inc"%>
 <body>
 <f:view>
 	<h:form>
@@ -45,9 +45,12 @@
 					value="delete selected entry"
 					rendered="#{scheduleHandler1.model.entrySelected}"/>
 			</h:panelGrid>
-		    <%@include file="../inc/page_footer.jsp" %>
+		    <%@include file="/inc/page_footer.jsp" %>
 		</t:div>
 	</h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 </body>
 </html>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp Tue Sep 19 13:05:20 2006
@@ -21,7 +21,7 @@
 //-->
 
 <html>
-<%@include file="../inc/head.inc"%>
+<%@include file="/inc/head.inc"%>
 <body>
 <f:view>
 	<h:form>
@@ -57,9 +57,12 @@
 					action="edit_settings"
 					value="Schedule properties..." />
 			</h:panelGrid>
-			<%@include file="../inc/page_footer.jsp"%>
+			<%@include file="/inc/page_footer.jsp"%>
 		</t:div>
 	</h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 </body>
 </html>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp Tue Sep 19 13:05:20 2006
@@ -74,9 +74,12 @@
 					actionListener="#{scheduleHandler1.addSampleHoliday}"
 					value="add sample holiday" />
 			</h:panelGrid>
-			<%@include file="../inc/page_footer.jsp"%>
+			<%@include file="/inc/page_footer.jsp"%>
 		</t:div>
 	</h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 </body>
 </html>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp Tue Sep 19 13:05:20 2006
@@ -21,7 +21,7 @@
 //-->
 
 <html>
-<%@include file="../inc/head.inc"%>
+<%@include file="/inc/head.inc"%>
 <body>
 <f:view>
 	<h:form>
@@ -58,9 +58,12 @@
 					actionListener="#{bindingScheduleHandler.addSampleHoliday}"
 					value="add sample holiday" />
 			</h:panelGrid>
-    <%@include file="../inc/page_footer.jsp" %>
+    <%@include file="/inc/page_footer.jsp" %>
 		</t:div>
 	</h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 </body>
 </html>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_addentry.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_addentry.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_addentry.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_addentry.jsp Tue Sep 19 13:05:20 2006
@@ -21,7 +21,7 @@
 //-->
 
 <html>
-<%@include file="../inc/head.inc"%>
+<%@include file="/inc/head.inc"%>
 <body>
 <f:view>
 	<h:form>
@@ -51,7 +51,9 @@
 			<h:commandButton action="cancel" value="cancel" immediate="true"/>
 		</h:panelGrid>
 	</h:form>
-<%@include file="../inc/page_footer.jsp"%>
+<%@include file="/inc/page_footer.jsp"%>
+<jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 </body>
 </html>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp Tue Sep 19 13:05:20 2006
@@ -21,7 +21,7 @@
 //-->
 
 <html>
-<%@include file="../inc/head.inc"%>
+<%@include file="/inc/head.inc"%>
 <body>
 <f:view>
 	<h:form>
@@ -112,7 +112,10 @@
 			<h:commandButton action="#{scheduleSettings2.save}" value="save" />
 		</h:panelGrid>
 	</h:form>
-	<%@include file="../inc/page_footer.jsp"%>
+	<%@include file="/inc/page_footer.jsp"%>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 </body>
 </html>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneCountry.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneCountry.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneCountry.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneCountry.jsp Tue Sep 19 13:05:20 2006
@@ -39,6 +39,8 @@
         <h:commandButton value="Update"/>
     </h:form>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneLanguage.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneLanguage.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneLanguage.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectOneLanguage.jsp Tue Sep 19 13:05:20 2006
@@ -39,6 +39,8 @@
         <h:commandButton value="Update"/>
     </h:form>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectbox.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectbox.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectbox.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/selectbox.jsp Tue Sep 19 13:05:20 2006
@@ -128,6 +128,8 @@
         </h:column>
     </h:dataTable>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/simpleGroupBy.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/simpleGroupBy.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/simpleGroupBy.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/simpleGroupBy.jsp Tue Sep 19 13:05:20 2006
@@ -58,6 +58,8 @@
 
         </t:dataTable>
 
+        <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable.jsp Tue Sep 19 13:05:20 2006
@@ -68,7 +68,9 @@
 
         </t:dataTable>           
     </h:form>     
-    
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable2.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable2.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable2.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortAutoTable2.jsp Tue Sep 19 13:05:20 2006
@@ -65,7 +65,10 @@
             </t:column>
 
         </t:dataTable>      
-    </h:form>    
+    </h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortTable.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortTable.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortTable.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/sortTable.jsp Tue Sep 19 13:05:20 2006
@@ -75,6 +75,9 @@
 
         </t:dataTable>
     </h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/swapimage.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/swapimage.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/swapimage.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/swapimage.jsp Tue Sep 19 13:05:20 2006
@@ -32,6 +32,8 @@
     <t:swapImage url="images/myfaces_powered.gif" swapImageUrl="images/myfaces_powered_over.gif" border="none" />
     <t:swapImage url="/images/myfaces_powered.gif" swapImageUrl="/images/myfaces_powered_over.gif" border="none" />
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tabbedPane.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tabbedPane.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tabbedPane.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tabbedPane.jsp Tue Sep 19 13:05:20 2006
@@ -27,7 +27,7 @@
 
 <body>
 
-<f:view>
+<f:view>
 <h:form>
 
     <t:saveState id="ss1" value="#{tabbedPaneBean}" />
@@ -176,8 +176,11 @@
 	
 	    </t:panelTabbedPane>
 	</f:subview>
-
+
 </h:form>
+
+<jsp:include page="inc/mbean_source.jsp"/>
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testExceptions.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testExceptions.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testExceptions.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testExceptions.jsp Tue Sep 19 13:05:20 2006
@@ -40,7 +40,10 @@
 		  		<h:commandButton action="#{testException.wrappedServletNpeTxt}" value="wrapped npe in ServletException"/>
 		  	</h:panelGrid>
 		  </h:form>
-  	</f:view>	
+
+          <jsp:include page="inc/mbean_source.jsp"/>
+          
+      </f:view>
 
 <%@include file="inc/page_footer.jsp" %>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testlist.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testlist.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testlist.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testlist.jsp Tue Sep 19 13:05:20 2006
@@ -48,6 +48,9 @@
            <h:outputText value="#{country.name}" />
     </t:dataList>
 
+    <jsp:include page="inc/mbean_source.jsp"/>
+    
+
 </f:view>
 
 </body>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree.jsp Tue Sep 19 13:05:20 2006
@@ -64,7 +64,9 @@
             selectedNodeClass="treenodeSelected"
             expandRoot="true">
         </t:tree>
-    </h:form>    
+    </h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>        
 
 </f:view>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2.jsp Tue Sep 19 13:05:20 2006
@@ -132,6 +132,9 @@
         </f:facet>
     </t:tree2>
 </h:form>
+
+<jsp:include page="inc/mbean_source.jsp"/>    
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2ExpandAll.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2ExpandAll.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2ExpandAll.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2ExpandAll.jsp Tue Sep 19 13:05:20 2006
@@ -25,8 +25,8 @@
 
 <body>
 
-<f:view>
-
+<f:view>
+
 	<h:form>
     <span style="font-family:verdana">
         <b>Tree2 w/expand all</b><br/>
@@ -69,7 +69,7 @@
                 </h:commandLink>
             </h:panelGroup>
         </f:facet>
-    </t:tree2>
+    </t:tree2>
     </h:form>
 
     <br/>
@@ -87,6 +87,8 @@
         </h:panelGrid>
 
     </h:form>
+
+    <jsp:include page="inc/mbean_source.jsp"/>        
 
 </f:view>
 

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2HideRoot.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2HideRoot.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2HideRoot.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2HideRoot.jsp Tue Sep 19 13:05:20 2006
@@ -81,6 +81,9 @@
     </t:tree2>
 
 </h:form>
+
+<jsp:include page="inc/mbean_source.jsp"/>    
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NiceWrap.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NiceWrap.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NiceWrap.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NiceWrap.jsp Tue Sep 19 13:05:20 2006
@@ -74,7 +74,10 @@
         </t:tree2>
     </h:panelGrid>
     
-</h:form>    
+</h:form>
+
+<jsp:include page="inc/mbean_source.jsp"/>    
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NoNav.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NoNav.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NoNav.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/tree2NoNav.jsp Tue Sep 19 13:05:20 2006
@@ -25,7 +25,7 @@
 
 <body>
 
-<f:view>
+<f:view>
 <h:form>
 
     <t:tree2 id="serverTree" value="#{treeBacker.treeData}" var="node" varNodeToggler="t" clientSideToggle="false" showNav="false">
@@ -71,8 +71,11 @@
             </h:panelGroup>
         </f:facet>
     </t:tree2>
-
+
 </h:form>
+
+<jsp:include page="inc/mbean_source.jsp"/>
+    
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/treeTable.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/treeTable.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/treeTable.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/treeTable.jsp Tue Sep 19 13:05:20 2006
@@ -62,6 +62,9 @@
         </f:facet>
     </t:tree>
 </h:form>
+
+<jsp:include page="inc/mbean_source.jsp"/>    
+
 </f:view>
 
 <%@include file="inc/page_footer.jsp" %>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/validate.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/validate.jsp?view=diff&rev=447944&r1=447943&r2=447944
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/validate.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/validate.jsp Tue Sep 19 13:05:20 2006
@@ -88,6 +88,8 @@
 
     </h:panelGroup>
 
+    <jsp:include page="inc/mbean_source.jsp"/>        
+
 </f:view>
 
 <%@ include file="inc/page_footer.jsp" %>