I’m sure this has been covered but I can’t seem to put together an effective search to find an existing topic.
In Eclipse 3.0M6, and 3.7RC2:
I’m using Tiles, I have .jsp fragment files with no <html> block. If I’m not in an <html> block I cannot use content-assist (ctrl-space) for the various tag libraries (e.g., form: or c:).
However, adding an <html> block in a fragment file causes the content assist to work in that file. If I place comment tags around the <html> tags I still get the ‘right’ behavior. E.g.
<!-- <html> -->
<c:Ctrl-Space Here Works
<!-- </html> -->
Is this a bug, documented feature, future enhancement, etc?
Thanks for the help…
doug.