JamesBranam's Blog
Manually Adding a Complib to JSP
Hi all,
Another thing I ran into while updating tutorials for NetBeans 6.5 was that the complib I had installed and added to my project wasn't listed in my JSP file. Weird. I had to do it manually to be able to use the components. There has been an issue filed with Issuezilla on this.
Here is how to do it with Project Dynamic Faces:
In the JSP Editor, insert the the following line of code directly after
. Be sure to leave a space before inserting the new code.

It is that easy.
Cheers!
--James
Posted at 11:56AM Aug 02, 2008 by branajam in NetBeans | Comments[1]
Yes it is easy - but it shouldn't be necessary! ;-)
Posted by jiai on August 02, 2008 at 12:43 PM CEST #