Hi Daniel,

its simple, you need to render a faces response for a non faces request:
use the NonFacesRequestServlet :

http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls#head-6c1aaf488d48f938896da962aaa4361ec3ffaf70

this Servlet implements the needed steps (jsf-1.1-spec 2.1.1).


Regards,
    Volker

2008/1/7, daniel ccss <[EMAIL PROTECTED]>:
>
>
> 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


-- 
inexso - information exchange solutions GmbH
Bismarckstraße 13      | 26122 Oldenburg
Tel.: +49 441 4082 356 |
FAX:  +49 441 4082 355 | www.inexso.de

Reply via email to