|
From: Erwin V. <erw...@er...> - 2005-04-10 18:19:59
|
>> Then again, that JavaDoc page doesn't seem to explicitly mention the use >> of the <action> tag's "name" attribute. Is that a documentation >> oversight, or is that something that is being phased out in favor of this >> form: >> >> <action-state id="searchState"> >> <action bean="my.search.action"> >> <property name="executeMethodName" value="search"/> >> </action> >> <transition on="success" to="results"/> >> </action-state> > > That's an oversight. I'll update the documentation, wich should go up in a > few hours when preview2 is released. Actually, this is documented, but for the ActionState (which is where the name is actually taken into account): http://www.springframework.org/docs/webflow-pr1-api/org/springframework/web/flow/ActionState.html Erwin |