jsp editor doesn't recognize ${var} as using the bean [message #198819] |
Wed, 22 August 2007 18:34 |
Eclipse User |
|
|
|
I have a page with a <jsp:useBean name="book" ...> and little later in
code I use ${book.name}.
Everything works as advertised, one small annoyance is that jsp editor
doesn't see ${book.name} as using the variable and gives me a yellow
warning mark. If I instead type <% out.println(book.getName()); %> it
sees this as using the variable and stops complaining. same goues for
<c:out value="${book.name}"> or <jsp:getProperty name="book" .... >
So, do I need to set somewhere jsp compliance level or is it just not
implemented yet? I'm using latest j2ee tools from europa discovery site
and eclipse 3.3
|
|
|
Powered by
FUDForum. Page generated in 0.05247 seconds