-
Nov 27th, 2006, 10:14 AM
#1
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
-
Nov 27th, 2006, 10:22 AM
#2
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
-
Nov 27th, 2006, 10:53 AM
#3
@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
-
Forum Rules