I'm unable to do it either, even by hacking URLs. I'll take this up
offline with infrastructure...
Steve Hanson (JIRA) wrote:
[ http://issues.apache.org/jira/browse/BEEHIVE-110?page=all ]
Steve Hanson reassigned BEEHIVE-110:
------------------------------------
Assign To: Rich Feit (was: Steve Hanson)
Rich: Can you edit this bug as closed?
Page Flow Overview - outdated information on ValidatorPlugIn support
--------------------------------------------------------------------
Key: BEEHIVE-110
URL: http://issues.apache.org/jira/browse/BEEHIVE-110
Project: Beehive
Type: Bug
Versions: V1Alpha
Reporter: Rich Feit
Assignee: Rich Feit
At http://incubator.apache.org/beehive/pageflow/pageflow_overview.html, under the section titled "Struts Integration", there is a paragraph about Struts Merge, which uses the ValidatorPlugIn as an example:
"You can use many advanced Struts features within a Page Flow, for example, the StrutsValidatorPlugIn, which allows you to declare validation rules inside an XML file. Page Flows do not directly support the plug-in, but you can refer your data to a Struts app that does support the plug-in by using the Struts merge feature of Page Flows."
We've just added direct support, through annotations, for declarative validation via ValidatorPlugIn, so we should use another example here. A decent alternative would be simply changing the scope of an action form from request to session (which involves merging a scope="session" attribute onto an <action> element).