error.jsp is using the wrong scope for finding error messages
-------------------------------------------------------------

         Key: BEEHIVE-911
         URL: http://issues.apache.org/jira/browse/BEEHIVE-911
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Daryl Olander
 Assigned to: Daryl Olander 
    Priority: Minor
     Fix For: TBD


In the Error.jsp page we are using ${request.errorMessage} to output the 
errorMessage.  I believe this should be ${requestScope.errorMessage}.

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