[ http://issues.apache.org/jira/browse/BEEHIVE-110?page=comments#action_65826 ] Jeremiah Johnson commented on BEEHIVE-110: ------------------------------------------
Steve, It looks to me like you have addressed this issue, but have forgotten to update Jira. http://incubator.apache.org/beehive/pageflow/pageflow_overview.html in the Struts Integration section now uses overriding of an action form's scope and integrating with an existing Struts module as examples Struts Integration. The overview page no longer speaks of validation. There is now a page http://incubator.apache.org/beehive/pageflow/validation.html dedicated to the Page Flow declarative validation model. - jeremiah > 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: Steve Hanson > > 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). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
