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 253882 - can't find symbol on jsp page when the variable definded in portlet:renderURL tag
Summary: can't find symbol on jsp page when the variable definded in portlet:renderURL...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 06:03 UTC by ytx
Modified: 2015-08-07 14:49 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-07-28 06:03:02 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 I'm doing this in jsp:
...
<portlet:renderURL var="editUser">
...
<a href="<%= editUser%>">Edit</a>
...
editUser in an a tag is redded and underlined.