Your bean is not being instantiated within the scope in which it is being called. It's pretty difficult without seeing the calling code and what kind of bean it is (i.e., form bean, defined bean, value object, etc.).
Mark -----Original Message----- From: Adarsh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 8:55 AM Can someone suggest when this error comes.I mean to say what can be the possiblity?? javax.servlet.ServletException: bean successLogonForm not found within scope at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:460) at SuccessLogon_14._jspService(SuccessLogon_14.java:697) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

