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 - Doesn't recognize renderRequest when jsp contains <portlet:defineObjects/>
Summary: Doesn't recognize renderRequest when jsp contains <portlet:defineObjects/>
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-10 03:41 UTC by ytx
Modified: 2015-08-14 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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