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

Summary: can't find symbol on jsp page when the variable definded in portlet:renderURL tag
Product: javaee Reporter: ytx
Component: JSPAssignee: 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-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.