views:

264

answers:

1

Is there a way, via configuration, upgrade or a plugin to get content assist in JSP EL expressions?

e.g.

${CTRL+SPACE ...

or

${pageContext.CTRL+SPACE ...

etc...

+2  A: 

maybe this one from jboss tools: http://community.jboss.org/wiki/CodeAssistinJBossToolsXMLandJSPXHTMLEditors

Yoni
I installed every single JBoss tool, since it was difficult to find the source of this precise functionality I was after. It turned out to be quite a bundle. Perhaps someone can narrow down the list of packages the need to be installed for this to work?
Antti Sykäri
It is part of the visual page editor/richface, and I would imagine it comes with the seams plugin as well
Yoni