log « RichFaces « JSF Q&A





1. Glassfish logs on JSF Page    stackoverflow.com

I have JSF with Richfaces app on Glassfish server. Is it possible to make an ajax window on the page and show info from Glassfish's log file that is located in ...

2. JSF: How to invalidate an user session when he logs twice with the same credentials    stackoverflow.com

I'm using JSF 1.2 with Richfaces and Facelets. I have an application with many session-scoped beans and some application beans. The user logs in with, let's say, Firefox. A session is created with ...

3. Log in (form-based) from JSF page    stackoverflow.com

Using JSF 1.2 and RichFaces 3.3.1 on JBoss 4.2.3. I've just started on a JSF Application. It uses XHTML files for most of its content, and a login.jsp with form-based authentication for ...

4. JSF2 logs with tomcat    stackoverflow.com

I'm having a project using JSF2 (2.1.2), Richfaces4 (4.0.0.Final) on tomcat6 (6.0.28). In order to manage portability between Tomcat and WebSphere7 for my EARs, I have the following jars inside my ...

5. how to add LOG function in richfaces    coderanch.com

Use Interceptors (JEE6). - Create your own interceptor annotation - Place this annotation on the methods in your managed bean or any other method (CRUD methods) that you want to log - Create an interceptor class, and use reflection to log the method that was called, the parameters, etc. - Configure your application server logging settings so every log from your ...