Eclipse: Find references in Java and JSF/JSP-Collection of common programming errors

I have lot of legacy models in MVC application and there are lot of redundant properties in model classes.

Using CTRL + SHIFT + G in Eclipse I can find references in Java code, but not in my views, which are mostly JSP or JSF pages. Therefore, I cannot safely refactor code.

The only option then is plain String search which is not comfortable and more error prone. Is there solution?