]> git.mxchange.org Git - jjobs-war.git/commitdiff
fixed package name as this is not the addressbook project
authorRoland Haeder <roland@mxchange.org>
Tue, 5 Apr 2016 12:59:07 +0000 (14:59 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 5 Apr 2016 12:59:41 +0000 (14:59 +0200)
nbproject/faces-config.NavData
src/java/org/mxchange/jjobs/converter/user/JobsUserConverter.java
web/WEB-INF/faces-config.xml

index 05b77d84171578feb179f443c57be9dc26ccc03d..3146677e52e2f40759563907004866714f03e9e9 100644 (file)
@@ -7,21 +7,21 @@
         <Node id="login/login_data_saved.xhtml" x="400" y="300" zoom="true"/>
         <Node id="user/register.xhtml" x="1150" y="150" zoom="true"/>
         <Node id="login/login_all_applications.xhtml" x="650" y="750" zoom="true"/>
-        <Node id="login/login_index.xhtml" x="900" y="600" zoom="true"/>
         <Node id="login/login_add_addressbook.xhtml" x="150" y="600" zoom="true"/>
         <Node id="user/resend_link.xhtml" x="650" y="600" zoom="true"/>
+        <Node id="login/login_index.xhtml" x="900" y="600" zoom="true"/>
         <Node id="login/login_own_addressbooks.xhtml" x="1150" y="300" zoom="true"/>
-        <Node id="admin/admin_logout.xhtml" x="400" y="900" zoom="true"/>
         <Node id="terms.xhtml" x="150" y="150" zoom="true"/>
+        <Node id="admin/admin_logout.xhtml" x="400" y="900" zoom="true"/>
         <Node id="user/user_list.xhtml" x="150" y="450" zoom="true"/>
         <Node id="bye.xhtml" x="650" y="150" zoom="true"/>
         <Node id="index.xhtml" x="650" y="300" zoom="true"/>
         <Node id="user/register_done.xhtml" x="400" y="450" zoom="true"/>
         <Node id="login/login_change_personal_data.xhtml" x="650" y="450" zoom="true"/>
         <Node id="user/user_profile.xhtml" x="900" y="150" zoom="true"/>
+        <Node id="imprint.xhtml" x="400" y="600" zoom="true"/>
         <Node id="user/show_addressbook.xhtml" x="150" y="750" zoom="true"/>
         <Node id="*" x="150" y="300" zoom="true"/>
-        <Node id="imprint.xhtml" x="400" y="600" zoom="true"/>
         <Node id="user/login_error.xhtml" x="900" y="300" zoom="true"/>
         <Node id="user/show_addressbook_entries.xhtml" x="1650" y="150" zoom="true"/>
         <Node id="admin/admin_index.xhtml" x="1400" y="150" zoom="true"/>
index 840e01cf2a131f0db45bf46447ef199e20d8570d..b0a66271fcf80182edfcce4f92f724be955d5141 100644 (file)
@@ -28,9 +28,9 @@ import javax.naming.InitialContext;
 import javax.naming.NamingException;
 import org.mxchange.jcoreeelogger.beans.local.logger.Log;
 import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal;
+import org.mxchange.jjobs.beans.user.JobsUserWebSessionController;
 import org.mxchange.jusercore.exceptions.UserNotFoundException;
 import org.mxchange.jusercore.model.user.User;
-import org.mxchange.jjobs.beans.user.JobsUserWebSessionController;
 
 /**
  * Converter for user id <-> valid user instance
index 0159679a742613e4ee0fb35e31172c562ac4abcf..d6b36550951ff35bd498be80d5d8843c55087939 100644 (file)
@@ -35,7 +35,7 @@
        </validator>
        <validator>
                <validator-id>UserIdValidator</validator-id>
-               <validator-class>org.mxchange.addressbook.validator.user.UserIdValidator</validator-class>
+               <validator-class>org.mxchange.jjobs.validator.user.UserIdValidator</validator-class>
        </validator>
        <validator>
                <validator-id>JobsUserPasswordValidator</validator-id>