I write JSPs that use EL and JSTL expressions. Althought everything gets compiled and works fine there is no content assist for #{blip.blop} oder ${blip.blop}. The exact failure-text: "Content assist not available at the current location". The IDE does also not show any warnings or errors when I use the ELs.
If I write scriplets within the JSP-code in <% %> I get the full assist...
I've tried aready resetting eclipse-properties, reloading, refreshing, project-reorganization, cleaning and reinstalling the WTP-plugin. I've also installed the pure last version of eclipse (eclipse-jee-galileo-SR1-win32)... with no change. It just does't work.
Other plugins do also not help as they require probably some common underlying feature.
I'm frustrated, because I lost plenty of time and like that you just cannot work. It's like using a notepad for coding...
Please give me some hints how to fix it. I do not want to be made to get back to the scriplets era....