Results 1 to 3 of 3

Thread: Access a managed-bean?

  1. #1

    Default Access a managed-bean?

    Hi:
    Could i invoke the faces instances from an action, to get a bean (request scope) from jsf? (or something like that)

    I want to put an attribute from a backing-bean in flow scope, without touching the bean, and neither using binding from webflow, just from the flow

    Thanks in advance

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    SWF can provide you access to the FacesContext via the ExternalContext, accessible from the RequestContext.

    HTH,

    Keith
    Keith Donald
    Core Spring Development Team

  3. #3

    Default Thanks

    Ok.
    Thanks
    Keith

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •