> > // Create a empty Bean > > var linksBean = new Packages.be.bvar.admin.links.LinksBean(); > > var dao = new Packages.be.bvar.admin.links.LinksDAO(); > > > > > The problem is on the above line. Apparently the Java class LinksDAO is > not found, so instead this is treated as a Java package by Rhino. >HTH, > > Chris
Well, I created the classes in a Java project in Eclipse and exported to a JAR file in the WEB-INF/lib directory. Do I need to register the jar files somewhere, or does it have to be placed in the lib/endorced directory? Thanks, Bert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
