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 [2/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/

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.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/auth/loginError.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/auth/loginError.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/auth/loginError.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/auth/loginError.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/checkout/confirm.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/checkout/confirm.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/checkout/confirm.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/checkout/confirm.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/checkout/newOrder.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/checkout/newOrder.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/checkout/newOrder.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/checkout/newOrder.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/checkout/viewCart.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/checkout/viewCart.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/checkout/viewCart.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/checkout/viewCart.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/checkout/viewOrder.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/checkout/viewOrder.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/checkout/viewOrder.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/checkout/viewOrder.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/help.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/help.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/help.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/help.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/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/index.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/index.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/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/petstoreWeb/web/search/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/search/index.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/search/index.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/search/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/petstoreWeb/web/shop/cart.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/shop/cart.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/shop/cart.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/shop/cart.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/shop/category.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/shop/category.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/shop/category.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/shop/category.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/shop/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/shop/index.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/shop/index.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/shop/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/petstoreWeb/web/shop/item.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/shop/item.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/shop/item.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/shop/item.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/shop/product.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/shop/product.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/shop/product.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/shop/product.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/site/emptyLeftNav.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/site/emptyLeftNav.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/site/emptyLeftNav.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/site/emptyLeftNav.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"%>
 
 <%-- start left nav --%>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/site/template.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/site/template.jsp?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/site/template.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/site/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/petstoreWeb/web/webappRoot/SharedFlow.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/webappRoot/SharedFlow.java?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/webappRoot/SharedFlow.java (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/webappRoot/SharedFlow.java Tue May 10 10:22:28 2005
@@ -236,7 +236,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) {
@@ -248,7 +248,7 @@
 
     @Jpf.ExceptionHandler(
         forwards={
-            @Jpf.Forward(name="errorPage", path="/error.jsp")
+            @Jpf.Forward(name="errorPage", path="/resources/beehive/version1/jsps/error.jsp")
         }
     )
     protected Forward handleDataStoreException(DataStoreException ex, String actionName, String message, Object form) {

Modified: incubator/beehive/trunk/user/beehive-runtime.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/user/beehive-runtime.xml?rev=169499&r1=169498&r2=169499&view=diff
==============================================================================
--- incubator/beehive/trunk/user/beehive-runtime.xml (original)
+++ incubator/beehive/trunk/user/beehive-runtime.xml Tue May 10 10:22:28 2005
@@ -29,12 +29,6 @@
                 <include name="**/*"/>
             </fileset>
         </copy>
-
-        <copy todir="${webapp.dir}">
-            <fileset dir="../samples/netui-blank">
-                <include name="error.jsp"/>
-            </fileset>
-        </copy>
     </target>
 
     <target name="deploy.wsm.webapp.runtime" description="Deploy the Beehive/WSM webapp runtime given a webapp root as -Dwebapp.dir">