OK I got it working with JBuilder2005.  Here's what to do:

- configure a MyFaces library (like you normally would) that points to
the myfaces.jar
- when configuring the library there is a "framework" tag, click that
and choose to add JSP library

- use the following values

tld: [browse to your jar file and then inside the META-INF directory
choose myfaces_ext.tld]
name: myfaces_extended
prefix: x
URI: http://myfaces.apache.org/extensions
location: [wherever your jar is located]

Voila!

No more complaints about unknown tags in my JSP editor.  Also if you
type "<x:" you get the code insight or whatever they call it where it
lists the tags.

sean


On Fri, 21 Jan 2005 09:21:38 -0500, Sean Schofield
<[EMAIL PROTECTED]> wrote:
> >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.
>  
> This is probably what I need to do.  I'll check this and report back
> if it fixes the problem.
> 
> > -Mark
> 
> sean
>

Reply via email to