<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"/>
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
</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>