Re: Bean not found error for an existing bean

2004-11-23 Thread Derek Broughton
On Tuesday 23 November 2004 12:59, Alpay Ozturk wrote: > Below jsp code causes the "org.apache.jasper.JasperException: Cannot > find bean mmBoxBean in scope request" exception to be thrown. How can > this happen? > > > That closing / shouldn't be there... > > > > messageId in mmBoxBean is n

Bean not found error for an existing bean

2004-11-23 Thread Alpay Ozturk
Below jsp code causes the "org.apache.jasper.JasperException: Cannot find bean mmBoxBean in scope request" exception to be thrown. How can this happen? messageId in mmBoxBean is null but logic:present says that it is not. ---