Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » jsp editor doesn't recognize ${var} as using the bean
jsp editor doesn't recognize ${var} as using the bean [message #198819] Wed, 22 August 2007 22:34
Bogdan Ribic is currently offline Bogdan RibicFriend
Messages: 13
Registered: July 2009
Junior Member
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
Previous Topic:Run On server with multiple projects
Next Topic:UTF8 encoding
Goto Forum:
  


Current Time: Thu Apr 18 08:52:27 GMT 2024

Powered by FUDForum. Page generated in 0.01752 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top