No compiler error/warning generated when tagIdRef missing in
netui:retrievePopupOutput tag
------------------------------------------------------------------------------------------
Key: BEEHIVE-550
URL: http://issues.apache.org/jira/browse/BEEHIVE-550
Project: Beehive
Type: Bug
Components: NetUI
Versions: V1
Reporter: Julie Zhuo
Attachments: jira550.ZIP
The tagIdRef 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:
/popup/popupCompiler/missTagIdRef/index.jsp(54,20) According to the TLD or the
tag file, attribute tagIdRef is mandatory for tag retrievePopupOutput
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:376)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:238)
org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:679)
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/missTagIdRef/
--
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