Results 1 to 3 of 3

Thread: Context of EL expression within XML flow definition

  1. #1

    Default Context of EL expression within XML flow definition

    Hi,

    one bit of information I am missing from the documentation and could not find in the forums either:

    In which context are the ${...} style expressions inside a flow definition XML document evaluated? I know that one can access ${flowScope...} and ${flashScope...}, but what other objects are available there?

    Thanks for the help,

    Stefan

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    Check the comments embedded in the XSD for exact info, but in most cases the expressions are evaluated against the RequestContext, so ${flowScope.foo} is basically RequestContext.getFlowScope().get("foo").

    Erwin

  3. #3

    Default

    @Erwin: Thanks for the information, that helped a lot!

    Best Regards,

    Stefan

Posting Permissions

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