actions don't seem to resolve correctly to shared flows
-------------------------------------------------------

         Key: BEEHIVE-220
         URL: http://issues.apache.org/jira/browse/BEEHIVE-220
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
 Environment: Win XP.  Tomcat 5.0.25.  Beehive build from SVN this morning.
    Reporter: Eddie O'Neil
     Fix For: V1Beta
 Attachments: reproWeb.war

Webapp is this:

  /pkg/Controller.jpf
         begin.do
      /index.jsp
  /WEB-INF/src/shared/SharedFlow.jpfs
                        home.do

With a <netui:anchor> in /index.jsp that references "home" as:

  <netui:anchor action="home">

the action "home" isn't resolved with the error:

  Action 'home' is not a valid action.

Repro will be attached shortly; to build, run:
  ant -f ant\buildWebapp.xml build 
-Dwebapp.dir=d:\dev\apache\beehive\trunk\reproWeb
  ant -f ant\buildWebapp.xml deploy -Dcontext.path=reproWeb 
-Dwebapp.dir=d:\dev\apache\beehive\trunk\reproWeb

then hit:

  http://localhost:8080/reproWeb/pkg/Controller.jpf

The same problem is showing up in the petstoreWeb.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to