This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254230

Summary: Doesn't recognize renderRequest when jsp contains <portlet:defineObjects/>
Product: javaee Reporter: ytx
Component: JSP ParserAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description ytx 2015-08-10 03:41:16 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Linux version 3.19.0-25-generic running on amd64
Java; VM; Vendor = 1.7.0_79
Runtime = OpenJDK 64-Bit Server VM 24.79-b02

When jsp page contains:

<%@taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
<portlet:defineObjects/>

jsp editor states that it can't find symbol:

renderRequest