I put the classes for binding and DAO in the classes folder and BINGO, it all works.
I'm a happy kiddo now with a new toy!!! I'll write up a Wiki document on this as soon as I have time. Thanks a lot for the help Bert ----- Original Message ----- From: "Bert Van Kets" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 8:16 PM Subject: Re: woody, flow and database confusion > > > // 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
