Hi, To keep my data and command beans separate, I want to put them in separate folders (Beans and Actions, respectively) under my specific web-appl. folder. The Command beans need to instantiate objects of data bean types. I need to import classes from the beans package.
To my knowledge, one option is placing the "Beans" package inside the "Actions" package so that I can import Beans.ClassName
and the other is by setting the classpath to th top-level folder. I would like to place Beans in a separate directory and not under Actions and also I believe I would have to set the classpath to the top-level folder again while deploying the web-application. Is there a third way around this? Thanks, Omer
_________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant archives, FAQs and Forums on JSPs can be found at:
http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com