log « Seam « JSF Q&A





1. How to store currently logged on user in DB?    stackoverflow.com

Using Seam 2.1.2 and JSF 1.2 I wonder how to store the users login name in the database. In plain JSF I would simply lookup FacesContext.getCurrentInstance().getExternalContext().getRemoteUser();in a backing bean and set the ...

2. Enable JSF-facelet logging in JBoss 4.2.2    seamframework.org