Iterative dev of inherited page flows is broken
-----------------------------------------------

         Key: BEEHIVE-1017
         URL: http://issues.apache.org/jira/browse/BEEHIVE-1017
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
     Fix For: 1.1


This issue was reported to me by Steve Pepper.  To reproduce:

    - Expand the attached project and build it with 'ant clean build'.
    - Deploy it to Tomcat.
    - Hit 
http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
    - Click the "baseAction1" link.
    - Change pageFlowCore/inheritConfig/base/Controller.java so that 
baseAction1 forwards to "unused.jsp".
    - Build with 'ant build'.
    - Redeploy the webapp.
    - Hit 
http://localhost:8080/inherit/pageFlowCore/inheritConfig/Controller.jpf.
    - Click the "baseAction1" link.

EXPECTED: See the "Unused" page (unused.jsp)
ACTUAL: See "Base Page" (basePage.jsp) -- the change you made did not take 
effect.

-- 
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

Reply via email to