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

