Below jsp code causes the "org.apache.jasper.JasperException: Cannot find bean mmBoxBean in scope request" exception to be thrown. How can this happen?
<logic:present name="mmBoxBean" property="messageId" scope="request"/> <bean:write name="mmBoxBean" property="messageId" scope="request"/> </logic:present> messageId in mmBoxBean is null but logic:present says that it is not. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]