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 176023 - Support variables defined by taglibs in JSP-Java code
Summary: Support variables defined by taglibs in JSP-Java code
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 18:43 UTC by Petr Jiricka
Modified: 2016-07-07 08:53 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2009-11-04 18:43:36 UTC
See the following screenshot attached to issue 129597:
http://www.netbeans.org/nonav/issues/showattachment.cgi/60181/updated_screen_cap_of_JSP_errors.JPG

Looks like the Struts Tiles library defines a variable propType that is then used in scriptlet code:
<tiles:useAttribute name="propertyType" id="propType" classname="java.lang.String" />

JSP editor does not recognize this, and marks the occurrences of propType in the scriptlet as errors. These should be
taken into account and supported. 

Maybe there needs to be some more generic support for variables defined by taglibs? If not and this is Tiles-specific,
feel free to reassign to Struts category.
Comment 1 Martin Balin 2016-07-07 08:53:12 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss