Mehrwert zu redirectAttrs.addFlashAttribute("some", value);
und dann zu Springflow
umleitenZugang flashattribute in Springflow
Wie flashattribute
some
in Springflow
zugreifen?
<on-start>
<evaluate expression="do.Action(???)" result="flowScope.someobject" />
</on-start>
siehe http://stackoverflow.com/questions/23216312/accessing-flash-attributes-in-spring-web-flow – rptmat57
Es geht um Hinzufügen, aber wie in Flow-XML zugreifen? –
requestScope.some oder requestScope ['irgendein'] – rptmat57