PageFlowJspFilter isn't running with the server include in MockPortal test
--------------------------------------------------------------------------

         Key: BEEHIVE-104
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-104
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
 Environment: NetUI BVT MockPortal test failure on Windows XP.
    Reporter: carlin rogers
 Assigned to: Rich Feit 
    Priority: Minor
     Fix For: V1Beta


The MockPortal test calls the RequestDispatcher.include()
method for the scoped request in the MockPortletTag 
implementation. However, it fails to run PageFlowJspFilter
(PageFlowPageFilter).

This worked in the past because the MockPortletTag was 
using a scoped page request that could get at the attributes
of the outer request. As a side effect it could still get the
PageFlowController. However, once the test was changed
over to use just the attributes of the scoped request,
the PageFlowController was not present when evaluating
the data source, pageFlow.data, in the TextBox tag of
the JSP.

The error is... 
Caught exception when evaluating expression "{pageFlow.data}" with available 
binding contexts [actionForm, pageFlow, globalApp, request, session, 
application, pageContext, bundle, container, url, pageInput]. Root cause: 
java.lang.RuntimeException: Can not evaluate the identifier "data" on a null 
value object.

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