Friends,
Our JSP code uses both Spring form tags and JSTL tags. Is there a way that when I search for getFoo() in the Eclipse Java Search, for Eclipse to also return uses of the foo property in the JSP files?
I suspect the answer is "no", because there isn't a way at compile time to tell the types of the JSP beans, but its worth asking, right?