http://wiki.apache.org/myfaces/Execute_action_on_page_load
On Jan 7, 2008 1:24 PM, daniel ccss <[EMAIL PROTECTED]> wrote: > 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.jsplike > 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 >

