• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to enable code completion for View in Spring MVC in Netbeans 7.3 Maven Project

 
Greenhorn
Posts: 5
Spring Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Netbeans 7.3 and have configured a Maven Project to support Spring MVC and Hibernate. The Java code completion for Model and Controller works fine.

However the view part doesnt work. Example :- When i type ${store.storeName} After typing the "dot" the variables and methods for the store object doesnt appear and shows "No suggestions."

Couldnt find any relevant article on this.
 
reply
    Bookmark Topic Watch Topic
  • New Topic