Skip to main content



      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 18:34
Eclipse UserFriend
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: Sat Jul 05 07:08:16 EDT 2025

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

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

Back to the top