[ 
https://issues.apache.org/jira/browse/BEEHIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

matt c closed BEEHIVE-1183.
---------------------------


Verified as fixed. Example given in the 1.0.1 and 1.0.2 Javadocs are valid 
examples.

    <netui-config xmlns="http://beehive.apache.org/netui/2004/server/config";>
        ...
    
        <pageflow-action-interceptors>
            <global>
                <before-action>
                    <action-interceptor>
                        
<interceptor-class>test.BeforeActionInterceptor1</interceptor-class>
                    </action-interceptor>
                    <action-interceptor>
                        
<interceptor-class>test.BeforeActionInterceptor2</interceptor-class>
                    </action-interceptor>
                    ...
                </before-action>
                <after-action>
                    <action-interceptor>
                        
<interceptor-class>test.AfterActionInterceptor1</interceptor-class>
                    </action-interceptor>
                    <action-interceptor>
                        
<interceptor-class>test.AfterActionInterceptor2</interceptor-class>
                    </action-interceptor>
                </after-action>
            </global>
        </pageflow-action-interceptors>
 
        ...
    </netui-config>


> sample <pageflow-action-interceptors> config entry in the ActionInterceptor 
> Javadoc is incorrect.
> -------------------------------------------------------------------------------------------------
>
>                 Key: BEEHIVE-1183
>                 URL: https://issues.apache.org/jira/browse/BEEHIVE-1183
>             Project: Beehive
>          Issue Type: Bug
>          Components: NetUI
>    Affects Versions: 1.0, 1.0.1, 1.0.2
>            Reporter: Carlin Rogers
>            Assignee: matt c
>             Fix For: V.Next
>
>
> The ActionInterceptor Javadoc includes a sample 
> <pageflow-action-interceptors> entry for configuring page flow action 
> interceptors in the beehive-netui-config.xml file. The sample is totally 
> incorrect.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to