]> git.mxchange.org Git - jjobs-war.git/commit
c:set is a trap:
authorRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 20:35:12 +0000 (21:35 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 20:35:12 +0000 (21:35 +0100)
commit2fd41fa9780ec7b91f1364bb5485302c142677f1
treec7a242b1ee471c76cc3b806add6f44989ce40063
parent68047e757db87749d9e3f36f1fae4e8548a9bfd7
c:set is a trap:
- c:set is being executed in an other life-cycle that when h:dataTable is
  rendered
- this causes a null value always being set in the target (backing) bean
- instead you need to use ui:param within ui:include and use #{foo} for
  accessing it, even when your IDE is not showing it (as in that file's scope
  it doesn't "know" about the parameter).

Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/faces-config.NavData
src/java/org/mxchange/jjobs/beans/profile/UserProfileWebRequestBean.java
src/java/org/mxchange/jjobs/beans/profile/UserProfileWebRequestController.java
web/WEB-INF/templates/generic/user_profile_link.tpl
web/login/login_shared_addressbooks.xhtml
web/login/login_start_sharing_addressbook.xhtml
web/user/show_addressbook.xhtml
web/user/user_list.xhtml