Re: JSP cannot find Bean Class

2000-10-17 Thread Santosh Kumar
If this is using orion, then i have my own doubts as to where the .ear file is located in coz the jsp-engine is unable to locate the bean. Becoz the orion jsp-engine finds the beans (just javabeans not EJB) when i keep it under WEB-INF/classes folder. So try placing the bean there and check

Re: JSP cannot find bean class

2000-10-17 Thread Daniel C. DiCesare
Have you defined your web module in the application.xml file? Also, did you bean get deployed? It should be in you WAR file. Hope this helps, -Danno - Original Message - From: "Hauke Zühl" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, October 17, 2000 10:36 AM

RE: JSP cannot find bean class

2000-10-17 Thread Hauke Zühl
Hi folks, okay, it seems I made a typical newbie-error: I did not include WEB-INF/classes in my .war-file. Thanks for your answers, they helped me anyway :) Regards, Hauke