No compiler error/warning when dataSource is missing in retrievePopupOutput tag
-------------------------------------------------------------------------------

         Key: BEEHIVE-551
         URL: http://issues.apache.org/jira/browse/BEEHIVE-551
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Julie Zhuo
 Assigned to: Rich Feit 
 Attachments: jira551.ZIP

This is occuring as of svn rev164243 

The dataSource attribute is mandatory to retrievePopupOutput tag. 

Expected: A compiler error or warning at least. 

Actual: Run time exception pasted below. 

type Exception report

message 

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception 

org.apache.jasper.JasperException: /dataSourceMissing/index.jsp(53,20) 
According to the TLD or the tag file, attribute dataSource is mandatory for tag 
retrievePopupOutput
        
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)


Repro pageflow will be attatched shortly. Put the pageflow into a netui webapp 
template. Compile and deploy it to tomcat. Browse to 
http://localhost:8080/webappName/dataSourceMissing/ 


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