Hi all, In struts: I can call a JSP page like http://..../JSP/Example.jsp and I also can call an action that do something and then do the forward to the Example.jsp like this: http:// .../Example*.do * In JSF: I can call a JSP page like http://...faces/JSP/Example.jsp *but *there is a way to call a backing bean before show the JSP?
I need to do something in the backing bean (set some variables, etc) before showing the jsp, but I dont know if this is posible in JSF. thanks

