How can I extend Eclipse Java search to JSPs?

Posted by benhsu on Stack Overflow See other posts from Stack Overflow or by benhsu
Published on 2010-05-04T22:40:09Z Indexed on 2010/05/04 22:48 UTC
Read the original article Hit count: 185

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about jsp