History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19752
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Tobin Juday
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Valid Struts2 code is red

Created: 23 Sep 08 22:04   Updated: 24 Sep 08 13:32
Component/s: J2EE.JSP

File Attachments: None
Image Attachments:

1. e.png
(64 kb)
Environment: OS X 10.5.5, Struts 2.0.11

Build: 8,823
Severity: Medium


 Description  « Hide
I have valid, working code in one of my Struts2 JSP's that is being flagged as invalid by IDEA. I originally opened http://www.jetbrains.net/jira/browse/STRPL-77 because I assumed the Struts2 plugin was at fault, but Yann informed me that this was actually something that IDEA itself was highlighting.
<div class="oneline formfield">
    <label class="required leftlabel" for="state">State</label>
    <s:select id="state" name="state" cssClass="inputselect" list="#{'AL':'Alabama','AK':'Alaska','AZ':'Arizona',
      'AR':'Arkansas','CA':'California','CO':'Colorado','CT':'Connecticut','DE':'Delaware','DC':'District of Columbia','FL':'Florida',
      'GA':'Georgia','HI':'Hawaii','ID':'Idaho','IL':'Illinois','IN':'Indiana','IA':'Iowa','KS':'Kansas','KY':'Kentucky','LA':'Louisiana','ME':'Maine',
      'MD':'Maryland','MA':'Massachusetts','MI':'Michigan','MN':'Minnesota','MS':'Mississippi','MO':'Missouri','MT':'Montana','NE':'Nebraska','NV':'Nevada',
      'NH':'New Hampshire','NJ':'New Jersey','NM':'New Mexico','NY':'New York','NC':'North Carolina','ND':'North Dakota','OH':'Ohio','OK':'Oklahoma',
      'OR':'Oregon','PA':'Pennsylvania','RI':'Rhode Island','SC':'South Carolina','SD':'South Dakota','TN':'Tennessee','TX':'Texas','UT':'Utah',
      'VT':'Vermont','VA':'Virginia','WA':'Washington','WV':'West Virginia','WI':'Wisconsin','WY':'Wyoming'}"/>
</div>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.