Hi guys,
I'm new developing with
JSF and I want to know if there is a way I could write a method that will be called every time a request comes in. My bean is in the session scope! So, I can't write this code in the constructor because it will be called only once.
Turn the bean scope to request is not a option! I need the bean for the session.
There's another approach I can use to do this?!
Thanks!
Francisco.