I am having a lot of trouble getting information from my Java Beans using my jsp files. I think it may have to do with the set up of my tomcat. Any suggestions?
Well JavaBeans are simple Java classes with some special requirements. You create objects from them as you'd do from any Java class. I don't understand what you mean by saying that you are having trouble getting info from your JavaBean, care to elaborate?