]> git.mxchange.org Git - addressbook-war.git/commit
cleanup from JSTL:
authorRoland Haeder <roland@mxchange.org>
Tue, 20 Oct 2015 10:40:20 +0000 (12:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 20 Oct 2015 10:40:20 +0000 (12:40 +0200)
commit47d9faa9f6be4ec78bcd2ca001c9ab903bdfd841
treec556da7c0a192433ddd5d84793974bcfba9273d3
parent73562b86271ef24b41eebe5b78c3083ebe11620b
cleanup from JSTL:
- removed all JSTL usages as this mixes JSF with JSTL which more belongs to JSP
- used f:setPropertyActionListener to set the currently used user instance in profileController.user
- sorry that there is still ui:fragment around but I don't like/want overlong expressions in rendered attributes
- better throw IllegalStateException and not quietly return false in isOwnAddressbook() this method should only work when the user is logged-in
- improved some exception text

Signed-off-by:Roland Häder <roland@mxchange.org>
14 files changed:
src/java/org/mxchange/addressbook/beans/addressbook/AddressbookWebSessionBean.java
src/java/org/mxchange/addressbook/beans/login/UserLoginWebSessionBean.java
web/imprint.xhtml
web/index.xhtml
web/login/login_shared_addressbooks.xhtml
web/login/login_start_sharing_addressbook.xhtml
web/privacy.xhtml
web/terms.xhtml
web/user/login.xhtml
web/user/lost_passwd.xhtml
web/user/register.xhtml
web/user/register_done.xhtml
web/user/show_addressbook.xhtml
web/user/user_list.xhtml