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 201944 - netbeans 7.0 shows error in Struts2 select tag
Summary: netbeans 7.0 shows error in Struts2 select tag
Status: RESOLVED DUPLICATE of bug 196311
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-11 13:09 UTC by 372046933
Modified: 2011-10-17 08:28 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 372046933 2011-09-11 13:09:51 UTC
Product Version = NetBeans IDE 7.0.1 (Build 201107282000)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) Client VM 19.1-b02


//error.jsp
<s:select label="month" name="monthname" headerKey="0"
 headerValue="---Select---"  list="#{'01':'Januray', '02':'February', '03':'March'}" />
This is the very line which IDE said was wrong.
The IDE saied the list property is not right. "Encountered : line X column Y. Was expecting one of..."
Comment 1 lianhwang 2011-10-17 08:28:00 UTC

*** This bug has been marked as a duplicate of bug 196311 ***