I am anewbie for Jsp/Servlet and a have a important question:
Does
Jsp expose only one
java bean instance to the container?
I am using Struts/Jboss/Tomcat solution.
Suppose I have multiple instances to handle in Jsp even different java beans, how do I implement. I am using session or request to pass those beans to a action
servlet to do the process. One of my co-worker use client-side Javascript to hold those values.
What's the best way to do it. Is Jsp designed to handle one bean at a time ?
many thanks!