|
|
|
|
|
Re: Adding taglibs to a Java project [message #156970 is a reply to message #156877] |
Tue, 17 January 2006 14:01  |
Eclipse User |
|
|
|
Arash Bijanzadeh wrote:
> Yes, all the jar files in the build path ( At least eclipse recognize
> them az libraries for the project) I have the code completion enabled in
> the project and can use it. Actually I am trying to use JSF tags and
> need code completion/code insight feature. But couldn't enable it. All I
> get is "Content Assist not available at the current location".
> And I created a java project not a j2ee project cauz I prefer eclipse do
> not touch my file structure and I fully dpend on ant.
Please also describe what kind of Content Assist is failing. If
it's within a JSP scriptlet where you've got Java source code, be
sure that you have the necessary servlet JARs on the Build Path. If
you're having problems getting assistance with the JSF tags
themselves and the correct taglib directives are in place, please
open a bug against the JSP component. Supporting plain Java
projects isn't one of our requirements, but it should already be
working in 1.0.
taglib directives:
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
To open a bug against the JSP component:
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Web%20To ols&component=jst.jsp
--
- Nitin
|
|
|
Powered by
FUDForum. Page generated in 0.35677 seconds