Btw, Bowa, could you share a little bit more about how you're using SWF and Ajax/DWR together once you get it working? I'm sure folks would be interested to hear.
Keith
Btw, Bowa, could you share a little bit more about how you're using SWF and Ajax/DWR together once you get it working? I'm sure folks would be interested to hear.
Keith
Keith Donald
Core Spring Development Team
I would have expected externalContext.scope("scopeName").foo
But that's just me. One con is that the webflow definition gets tied to technology but I guess that may be the case with any externalContext.
What timeframe would functionality like this make it into webflow. In EA release, RC2 release, Post 1.0 release?
Yes works as well.
This will be considered for 1.0 RC1. At the very least we will expose the shared portlet session map via the PortletExternalContext.
Keith Donald
Core Spring Development Team
Should we open a JIRA on this to track it?
Yes; creating a JIRA issue would be good.
Keith Donald
Core Spring Development Team
I created JIRA...
http://opensource2.atlassian.com/pro...rowse/SPR-1781
The original topic of this thread was... well, you can read. The way to specify the RequestContext when using the (default) Ognl expression parser is:
Example:Code:#root
Code:<action-state id="foo"> <action bean="bar" method="doSomething(${#root})" /> <transition on="*" to="whatever" /> </action-state>
Last edited by gudnabrsam; Mar 17th, 2006 at 05:15 PM.