How can i see the beans in .jsp files??

I process the program logic (for example a customer list in an Enumeration
object) and pass the objects via request.setAttribute.. i think that i can
recover that object and use it in .jsp files!! But im getting :

org.apache.jasper.JasperException: Unable to compile class for
JSP/usr/local/jakarta_3.2.1/jakarta-tomcat-3.2.1/work/localhost_8080%2Fcustomer/_0002ftest_0005fservlet_0002ejsptest_0005fservlet_jsp_13.java:59:
 Class
Customer not found.
                 Customer u = (Customer) request.getAttribute("customer"); 

If i can do this, please give me the steps.. im with this a lot of time. 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to