Page Flow Overview - outdated information on ValidatorPlugIn support
--------------------------------------------------------------------

         Key: BEEHIVE-111
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-111
     Project: Beehive
        Type: Bug
    Versions: V1Alpha    
    Reporter: Rich Feit
 Assigned to: 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://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to