On Thu, 2005-01-27 at 15:28, fabio quimbay wrote:
> I try to refer me to the tags of myfaces on a JSP page, but I can't.
> The lines that I include are:
> 
> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%>
> <%@ taglib uri="http://myfaces.apache.org/extensions"; prefix="x"%>
> 
> I read the JBoss IDE 1.3.0 Tutorial but I don't see how can I include
> the *.tld files to the project. I'm working with Eclipse 3.0.1, Java
> 1.4.2 and JBoss IDE 1.4.0. How can I solve this problem ? Thanks ...

I don't know how Eclipse/JBossIDE expect you to do it, as I don't use
those.  If I were doing it, I'd just drop the myfaces TLDs into
WEB-INF/tlds/ in my web app's source tree, add the appropriate <taglib>
nested element(s) in webdoclet's <deploymentdescriptor> subtask and
re-run Ant.  YMMV.

Take a look at the samples, there's something similar in their build
script for a JSTL taglib (although that doesn't bother to put the TLD
into a separate subdirectory, but I'm sure you can figure that out if
you want to do so).


Andrew.



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to