]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
All needs to be serializable to have the application being distributed over e.g....
authorRoland Haeder <roland@mxchange.org>
Sat, 9 Apr 2016 19:05:16 +0000 (21:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 9 Apr 2016 19:06:25 +0000 (21:06 +0200)
src/java/org/mxchange/pizzaapplication/beans/category/PizzaAdminCategoryWebRequestController.java
web/errorHandler.xhtml

index a71bd3980372f11b33c0af61c184e06f00917170..cfa4c76c7fc3f23a35d9bdb4dfe7bdbb00ed63ed 100644 (file)
@@ -16,6 +16,7 @@
  */
 package org.mxchange.pizzaapplication.beans.category;
 
+import java.io.Serializable;
 import javax.faces.view.facelets.FaceletException;
 import org.mxchange.jshopcore.model.category.Category;
 
@@ -24,7 +25,7 @@ import org.mxchange.jshopcore.model.category.Category;
  * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
-public interface PizzaAdminCategoryWebRequestController {
+public interface PizzaAdminCategoryWebRequestController extends Serializable {
 
        /**
         * Adds given category data from request to database
index 6d91a0ab1afefd17eb481477c85f22c6784e01fe..f4970d9019223fe74b422cbfbc7a3c56e88ed034 100644 (file)
@@ -31,7 +31,7 @@ Author     : Roland Haeder
 
                <div id="content_outer">
                        <div id="content_title">
-                               <h2>An error occured:</h2>
+                               <h2>An error occurred:</h2>
                        </div>
 
                        <div id="content">