|
[
Permalink
| « Hide
]
wnqq added a comment - 15/Feb/07 05:31 AM
summary of 7 errors
#1 is not fixable - it's an invalid error in Eclipse AFAICT.
#2 is probably fixable, but it's also an invalid error from Eclipse since the code works just fine. #3 - this file is used in an entity include, another invalid error IMO. #4 and 5 - we should be able to fix those. Fixed DWR comment issue. The <content> tag is not a valid tag, but it is for SiteMesh. Changing to <meta name="heading" content="<fmt:message key='foo'/>"/> will work, but then you end up with a <meta> tag in your <head> element. Here's an issue I filed for this a while back:
http://jira.opensymphony.com/browse/SIM-195 I don't know why there's an issue in dataAccessFailure.jsp. Changing the variable to ex2 turns the error into "there are two ex2 variables". JSTL's expression language allows you to use double quotes and single quotes interchangeably (like JavaScript), so any warnings about that are invalid IMHO. |
||||||||||||||||||||||||||||||||||||||||||||||