@CNM wrote:
i have done a bit more testing. heres the results
1: reinstalled eclipse
cd /opt
mv eclipse eclipse-old
unzip /tmp/eclipse-SDK-3.0.1-linux-gtk.zip
2: installed ME
sh /tmp/EnterpriseWorkbenchInstaller_030802.bin
3. created new web project
(webroot = src/webapp)
4. added struts support
5. created WEBROOT/common/taglibs.jsp containg the following.
<%@ taglib uri=”http://jakarta.apache.org/struts/tags-html” prefix=”html” %>
6. created WEBROOT/MyJsp.jsp (from dialog template) and added
<%@ include file=”/common/taglibs.jsp” %>
content assist for the added tag library still dosnt work. i then repeated the above but changed step 2 and installed ME 3.8.1
sh /tmp/EnterpriseWorkbenchInstaller_030801.bin
and content assist works fine. in my desperation i tried upgradeing via the update site. the update worked fine but once eclipse had restarted content assist stopped working
i hope this helps
not sure if you missed this post or it has got lost among other peoples but it has me stumped so i could do with knowing if its a bug or not
thanks