Accessing other components.

I want to be able to access other component jar files from within JSC.

In particular, MyFaces.

I know that there is no JSC compatible complib available, and there is no visual display connection.

What I want to know is how can I access the components from jar files?

First of all, can this be done?

I tried adding the appropriate info to the JSP file and adding a library with the associated jar files, but apparently, there is more to it than just these connections.

I suspect there is something I need to add to one or more of the .xml files. This is what I do not know how to do or if it can be done.

Interestingly, when I added the libraries and attempted to add an 'import' statement to the MyFaces libraries, JSC understood the structure and was able to do the completion. When I typed 'import' the list of available items came up and I could select the 'org' item. After that, I could follow the completion options down to the MyFaces component level.

However, once I moved away from the current import line, I would get an error that basically said the import path could not be found.

Any suggestions?

Thanks

[1191 byte] By [burferda] at [2007-11-26 14:28:00]
# 1

Apologies for the late reply, but currently what exists generally for MyFaces integration with Creator is on this blog:

http://wiki.java.net/bin/view/Javatools/CustomComponentLibraries

You might also want to post the same question on the nbusers alias on netbeans.org, referencing Visual Web Pack

Regards,

-Brad Mayer

utsukushiia at 2007-7-8 2:21:50 > top of Java-index,Development Tools,Java Tools...