On Wed, 19 Jan 2005 11:09:50 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote :
> Yeah I'm having a problem with JBuilder 2005 also. The editor > complains that it doesn't recognize the "x" tags. I'm using the > correct URI in my taglib statement and the myfaces.jar is in the class > path (of the project). > > Anyone run into this with JBuilder? > > sean The problem I'm having is that if you use myfaces you loose the JSF integration features that come with Jbuilder 2005. It doesn't seem to recognize them. I have experiemented with mixed results on renaming the myfaces jar files and tricking Jbuilder into believing it is still using the Sun RI but you still loose some of tag library drag and drop features and tag insight. If you don't care about the integration problems then myfaces should work just fine. Just be sure that you add all the tld files to the framework tab in the library configuration and then in the properties/web section of the web application be sure that myfaces (or whatever you called the libary) framework is checked. You may need to clean and rebuild the project. Hope that helps. -Mark

