[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Method references in JSP files

Hi all,

I have a query regarding development of JSP files using eclipse. Our
project has some Java code and some JSP files, organized as follows:

projectname
  |
  |-src/
     |-Java files
  |
  |-web/
     |- JSP files
  |
  |-bin/

The project is configured to be a standard Java project. When I try to
find all references for a method in one of the Java files, Eclipse often
omits references in JSP files. I was wondering if this is a known bug,
or I am missing something. This also happens when refactoring, as
changing the name of a function does not update its references in JSP files.

Any help will be appreciated.

thanks
Nilesh