You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/10 19:22:31 UTC

svn commit: r169499 [1/2] - in /incubator/beehive/trunk: ./ docs/forrest/src/documentation/content/xdocs/ netui/ant/ netui/src/webapp-template/default/ netui/src/webapp-template/default/WEB-INF/src/shared/ netui/src/webapp-template/default/resources/beehive/version1/jsps/ samples/controls-blank/src/pkg/ samples/controls-db/src/dbControl/ samples/controls-db/src/dbControl/util/ samples/controls-spring/web/ samples/netui-samples/ samples/netui-samples/WEB-INF/src/shared/ samples/netui-samples/resources/template/ samples/netui-samples/ui/datagrid/ samples/netui-samples/ui/popup/ samples/netui-samples/ui/popup/getColorPopup/ samples/netui-samples/ui/tree/ samples/netui-samples/ui/tree/content/ samples/netui-samples/validation/ samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controller/ samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/ samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/ samples/petstoreWeb/web/ samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/ samples/petstoreWeb/web/account/addresses/ samples/petstoreWeb/web/account/create/ samples/petstoreWeb/web/account/edit/ samples/petstoreWeb/web/auth/ samples/petstoreWeb/web/checkout/ samples/petstoreWeb/web/search/ samples/petstoreWeb/web/shop/ samples/petstoreWeb/web/site/ samples/petstoreWeb/web/webappRoot/ user/

Author: ekoneil
Date: Tue May 10 10:22:28 2005
New Revision: 169499

URL: http://svn.apache.org/viewcvs?rev=169499&view=rev
Log:
Various bug fixes:

JIRA 636 -- add source headers to files missing them in the distribution (JSPs, tag files, Java)
JIRA 616 -- move the /error.jsp page from the root of a NetUI-enabled webapp to /resources/beehive/version1/jsps/error.jsp.  This is really a framework JSP that uses NetUI provided images and styles.  To use your own error.jsp, just replace references to the previous path with a path to your error.jsp
JIRA 640 -- fixup the path to build.properties in the petstoreWeb webapp

BB: self
DRT: Beehive pass


Added:
    incubator/beehive/trunk/netui/src/webapp-template/default/resources/beehive/version1/jsps/
    incubator/beehive/trunk/netui/src/webapp-template/default/resources/beehive/version1/jsps/error.jsp
      - copied unchanged from r169395, incubator/beehive/trunk/netui/src/webapp-template/default/error.jsp
Removed:
    incubator/beehive/trunk/netui/src/webapp-template/default/error.jsp
    incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controller/PetstoreController.java
    incubator/beehive/trunk/samples/petstoreWeb/web/checkout/shipping.jsp
Modified:
    incubator/beehive/trunk/build.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
    incubator/beehive/trunk/netui/ant/webappTemplate.xml
    incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf
    incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs
    incubator/beehive/trunk/samples/controls-blank/src/pkg/Hello.java
    incubator/beehive/trunk/samples/controls-blank/src/pkg/HelloImpl.jcs
    incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControl.java
    incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControlImpl.jcs
    incubator/beehive/trunk/samples/controls-db/src/dbControl/ResultSetExtractor.java
    incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParameter.java
    incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParser.java
    incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLStatement.java
    incubator/beehive/trunk/samples/controls-db/src/dbControl/util/JavaTypeHelper.java
    incubator/beehive/trunk/samples/controls-db/src/dbControl/util/PreparedStatementHelper.java
    incubator/beehive/trunk/samples/controls-db/src/dbControl/util/ResultSetHelper.java
    incubator/beehive/trunk/samples/controls-spring/web/familyTree.jsp
    incubator/beehive/trunk/samples/netui-samples/WEB-INF/src/shared/SharedFlow.jpfs
    incubator/beehive/trunk/samples/netui-samples/index.jsp
    incubator/beehive/trunk/samples/netui-samples/resources/template/template.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/datagrid/error.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/datagrid/index.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/popup/error.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/error.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/index.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/popup/index.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/popup/show.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.0.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.1.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.0.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.1.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.0.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.1.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/echo.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/frameSet.jsp
    incubator/beehive/trunk/samples/netui-samples/ui/tree/tree.jsp
    incubator/beehive/trunk/samples/netui-samples/validation/error.jsp
    incubator/beehive/trunk/samples/netui-samples/validation/index.jsp
    incubator/beehive/trunk/samples/netui-samples/validation/success.jsp
    incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/AccountDao.java
    incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/DerbyAccountDao.java
    incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/ReturnToForm.java
    incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/SearchForm.java
    incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/accountFields.tag
    incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/catalogNav.tag
    incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/categoryNavHeader.tag
    incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag
    incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/footer.tag
    incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/headerMenu.tag
    incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/orderSummary.tag
    incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/productFavorites.tag
    incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/createUpdate.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/listAddresses.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/account/create/create.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/edit.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/listOrders.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/auth/loginError.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/checkout/confirm.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/checkout/newOrder.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/checkout/viewCart.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/checkout/viewOrder.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/help.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/index.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/search/index.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/shop/cart.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/shop/category.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/shop/index.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/shop/item.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/shop/product.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/site/emptyLeftNav.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/site/template.jsp
    incubator/beehive/trunk/samples/petstoreWeb/web/webappRoot/SharedFlow.java
    incubator/beehive/trunk/user/beehive-runtime.xml

Modified: incubator/beehive/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/build.xml?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/build.xml (original)
+++ incubator/beehive/trunk/build.xml Tue May 10 10:22:28 2005
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+-->
 
 <!-- 
     Beehive build file.

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml Tue May 10 10:22:28 2005
@@ -154,7 +154,7 @@
 			<section id="edit_properties_file"><title>Edit the <code>build.properties</code> File</title>
 				<p>In this section you will edit the <code>build.properties</code> file--the file
 					that sets the build-related properties for your web application.</p>
-				<p>Open the file <code>C:/beehive_projects/petstoreWeb/WEB-INF/src/build.properties</code>
+				<p>Open the file <code>C:/beehive_projects/petstoreWeb/build.properties</code>
 					in a text editor.</p>
 				<p>Edit the file so that the <code>beehive.home</code> property points to the 
 					top-level folder of your beehive installation.  For example, if your beehive installation
@@ -169,16 +169,15 @@
 					</section>
 			<section id="compile">
 				<title>To Compile the Petstore Application</title>
-				<p>To compile the Petstore app, enter the following Ant 
-					command:</p>
+				<p>To compile the Petstore app, enter the following Ant command:</p>
 <source>ant 
-  -f C:\beehive_projects\petstoreWeb\WEB-INF\src\build.xml
   clean
   build
   war
 
 <strong>Copy and Paste version:</strong>
-ant -f C:\beehive_projects\petstoreWeb\WEB-INF\src\build.xml clean build war</source>
+ant clean build war
+</source>
 <p>A WAR file named <code>petstoreWeb.war</code> will be saved at <code>C:/beehive_projects/petstoreWeb.war</code>.</p>
 			</section>
 			<section id="start_tomcat">

Modified: incubator/beehive/trunk/netui/ant/webappTemplate.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/ant/webappTemplate.xml?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/ant/webappTemplate.xml (original)
+++ incubator/beehive/trunk/netui/ant/webappTemplate.xml Tue May 10 10:22:28 2005
@@ -97,13 +97,6 @@
                 <include name="**/*"/>
             </fileset>
         </copy>
-
-        <!-- copy the /error.jsp file; this should really live in resources/beehive -->
-        <copy todir="${webapp.dir}" overwrite="false">
-            <fileset dir="${webapp.dist.dir}">
-                <include name="error.jsp"/>
-            </fileset>
-        </copy>
     </target>
 
     <target name="undeploy.netui.runtime" description="Clean the NetUI runtime from a webapp root directory.">

Modified: incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf (original)
+++ incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 import javax.servlet.http.HttpSession;
 
 import org.apache.beehive.netui.pageflow.Forward;

Modified: incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs (original)
+++ incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package shared;
 
 import java.io.IOException;
@@ -56,7 +73,7 @@
 {
     @Jpf.ExceptionHandler(
         forwards={
-            @Jpf.Forward(name="errorPage", path="/error.jsp")
+            @Jpf.Forward(name="errorPage", path="/resources/beehive/version1/jsps/error.jsp") 
         }
     )
     protected Forward handleException(Exception ex, String actionName, String message, Object form)

Modified: incubator/beehive/trunk/samples/controls-blank/src/pkg/Hello.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-blank/src/pkg/Hello.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-blank/src/pkg/Hello.java (original)
+++ incubator/beehive/trunk/samples/controls-blank/src/pkg/Hello.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package pkg;
 
 import org.apache.beehive.controls.api.bean.*;

Modified: incubator/beehive/trunk/samples/controls-blank/src/pkg/HelloImpl.jcs
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-blank/src/pkg/HelloImpl.jcs?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-blank/src/pkg/HelloImpl.jcs (original)
+++ incubator/beehive/trunk/samples/controls-blank/src/pkg/HelloImpl.jcs Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package pkg;
 
 import org.apache.beehive.controls.api.bean.*;

Modified: incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControl.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControl.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControl.java (original)
+++ incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControl.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package dbControl;
 
 import org.apache.beehive.controls.api.bean.AnnotationConstraints;

Modified: incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControlImpl.jcs
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControlImpl.jcs?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControlImpl.jcs (original)
+++ incubator/beehive/trunk/samples/controls-db/src/dbControl/DatabaseControlImpl.jcs Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package dbControl;
 
 import org.apache.beehive.controls.api.ControlException;

Modified: incubator/beehive/trunk/samples/controls-db/src/dbControl/ResultSetExtractor.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-db/src/dbControl/ResultSetExtractor.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-db/src/dbControl/ResultSetExtractor.java (original)
+++ incubator/beehive/trunk/samples/controls-db/src/dbControl/ResultSetExtractor.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package dbControl;
 
 //import org.apache.beehive.controls.api.ControlException;

Modified: incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParameter.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParameter.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParameter.java (original)
+++ incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParameter.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package dbControl;
 
 import java.sql.Types;

Modified: incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParser.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParser.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParser.java (original)
+++ incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLParser.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package dbControl;
 
 /**

Modified: incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLStatement.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLStatement.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLStatement.java (original)
+++ incubator/beehive/trunk/samples/controls-db/src/dbControl/SQLStatement.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package dbControl;
 
 import dbControl.util.PreparedStatementHelper;

Modified: incubator/beehive/trunk/samples/controls-db/src/dbControl/util/JavaTypeHelper.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-db/src/dbControl/util/JavaTypeHelper.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-db/src/dbControl/util/JavaTypeHelper.java (original)
+++ incubator/beehive/trunk/samples/controls-db/src/dbControl/util/JavaTypeHelper.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package dbControl.util;
 
 import java.sql.Types;

Modified: incubator/beehive/trunk/samples/controls-db/src/dbControl/util/PreparedStatementHelper.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-db/src/dbControl/util/PreparedStatementHelper.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-db/src/dbControl/util/PreparedStatementHelper.java (original)
+++ incubator/beehive/trunk/samples/controls-db/src/dbControl/util/PreparedStatementHelper.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package dbControl.util;
 
 import java.sql.PreparedStatement;

Modified: incubator/beehive/trunk/samples/controls-db/src/dbControl/util/ResultSetHelper.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-db/src/dbControl/util/ResultSetHelper.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-db/src/dbControl/util/ResultSetHelper.java (original)
+++ incubator/beehive/trunk/samples/controls-db/src/dbControl/util/ResultSetHelper.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package dbControl.util;
 
 import java.sql.ResultSet;

Modified: incubator/beehive/trunk/samples/controls-spring/web/familyTree.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-spring/web/familyTree.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-spring/web/familyTree.jsp (original)
+++ incubator/beehive/trunk/samples/controls-spring/web/familyTree.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8" session="true" 
          import="org.apache.beehive.controls.api.bean.Controls,
                  org.apache.beehive.controls.api.context.ControlThreadContext,

Modified: incubator/beehive/trunk/samples/netui-samples/WEB-INF/src/shared/SharedFlow.jpfs
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/WEB-INF/src/shared/SharedFlow.jpfs?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/WEB-INF/src/shared/SharedFlow.jpfs (original)
+++ incubator/beehive/trunk/samples/netui-samples/WEB-INF/src/shared/SharedFlow.jpfs Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+*/
 package shared;
 
 import java.io.IOException;
@@ -56,7 +73,7 @@
 {
     @Jpf.ExceptionHandler(
         forwards={
-            @Jpf.Forward(name="errorPage", path="/error.jsp")
+            @Jpf.Forward(name="errorPage", path="/resources/beehive/version1/jsps/error.jsp")
         }
     )
     protected Forward handleException(Exception ex, String actionName, String message, Object form)

Modified: incubator/beehive/trunk/samples/netui-samples/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/index.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/index.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/index.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/netui-samples/resources/template/template.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/resources/template/template.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/resources/template/template.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/resources/template/template.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/datagrid/error.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/datagrid/error.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/datagrid/error.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/datagrid/error.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/datagrid/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/datagrid/index.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/datagrid/index.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/datagrid/index.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/popup/error.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/popup/error.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/popup/error.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/popup/error.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/error.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/error.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/error.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/error.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/index.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/index.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/popup/getColorPopup/index.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/popup/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/popup/index.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/popup/index.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/popup/index.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/popup/show.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/popup/show.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/popup/show.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/popup/show.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.0.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.0.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.0.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.0.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.1.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.1.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.1.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.1.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.0.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.0.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.0.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.0.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.0.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.0.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.1.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.1.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.1.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.1.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.1.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.0.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.0.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.0.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.0.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.1.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.1.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.1.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.1.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.2.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/content/0.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@page contentType="text/html;charset=UTF-8" language="java"%>
 <html>
     <head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/echo.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/echo.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/echo.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/echo.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <html>
     <head>
     </head>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/frameSet.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/frameSet.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/frameSet.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/frameSet.jsp Tue May 10 10:22:28 2005
@@ -1,4 +1,20 @@
-<!--Generated by WebLogic Workshop-->
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/netui-samples/ui/tree/tree.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/ui/tree/tree.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/ui/tree/tree.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/ui/tree/tree.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%>
 <%@ taglib prefix="netui-template" uri="http://beehive.apache.org/netui/tags-template-1.0"%>
 

Modified: incubator/beehive/trunk/samples/netui-samples/validation/error.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/validation/error.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/validation/error.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/validation/error.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

Modified: incubator/beehive/trunk/samples/netui-samples/validation/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/validation/index.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/validation/index.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/validation/index.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%>
 <%@ taglib prefix="netui-data" uri="http://beehive.apache.org/netui/tags-databinding-1.0"%>

Modified: incubator/beehive/trunk/samples/netui-samples/validation/success.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/netui-samples/validation/success.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/netui-samples/validation/success.jsp (original)
+++ incubator/beehive/trunk/samples/netui-samples/validation/success.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%>
 <%@ taglib prefix="netui-data" uri="http://beehive.apache.org/netui/tags-databinding-1.0"%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/AccountDao.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/AccountDao.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/AccountDao.java (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/AccountDao.java Tue May 10 10:22:28 2005
@@ -1,9 +1,24 @@
+/*
+ * Copyright 2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * $Header:$
+ */
 package org.apache.beehive.samples.petstore.controls.data;
 
 import org.apache.beehive.controls.api.bean.ControlInterface;
-
 import org.apache.beehive.samples.petstore.controls.exceptions.DataStoreException;
-
 import org.apache.beehive.samples.petstore.model.Account;
 
 @ControlInterface(

Modified: incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/DerbyAccountDao.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/DerbyAccountDao.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/DerbyAccountDao.java (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/controls/data/DerbyAccountDao.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * $Header:$
+ */
 package org.apache.beehive.samples.petstore.controls.data;
 
 import java.sql.SQLException;

Modified: incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/ReturnToForm.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/ReturnToForm.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/ReturnToForm.java (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/ReturnToForm.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * $Header:$
+ */
 package org.apache.beehive.samples.petstore.forms;
 
 import org.apache.beehive.netui.pageflow.FormData;

Modified: incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/SearchForm.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/SearchForm.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/SearchForm.java (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/src/org/apache/beehive/samples/petstore/forms/SearchForm.java Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * $Header:$
+ */
 package org.apache.beehive.samples.petstore.forms;
 
 import org.apache.beehive.netui.pageflow.FormData;

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/accountFields.tag
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/accountFields.tag?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/accountFields.tag (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/accountFields.tag Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
 

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/catalogNav.tag
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/catalogNav.tag?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/catalogNav.tag (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/catalogNav.tag Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ tag body-content="empty" %>
 <%@ attribute name="action" required="true" %>
 <%@ attribute name="paramName" required="false" %>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/categoryNavHeader.tag
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/categoryNavHeader.tag?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/categoryNavHeader.tag (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/categoryNavHeader.tag Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ tag body-content="empty"%>
 <%@ attribute name="contextPath" required="true"%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ tag body-content="empty" %>
 <%@ attribute name="contextPath" required="true" %>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/footer.tag
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/footer.tag?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/footer.tag (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/footer.tag Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
 

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/headerMenu.tag
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/headerMenu.tag?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/headerMenu.tag (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/headerMenu.tag Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
 

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/orderSummary.tag
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/orderSummary.tag?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/orderSummary.tag (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/orderSummary.tag Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/productFavorites.tag
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/productFavorites.tag?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/productFavorites.tag (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/productFavorites.tag Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ tag body-content="empty" %>
 
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/createUpdate.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/createUpdate.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/createUpdate.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/createUpdate.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/listAddresses.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/listAddresses.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/listAddresses.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/account/addresses/listAddresses.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/account/create/create.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/account/create/create.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/account/create/create.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/account/create/create.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/edit.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/edit.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/edit.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/edit.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/listOrders.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/listOrders.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/listOrders.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/account/edit/listOrders.jsp Tue May 10 10:22:28 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>