hello,
i'm trying to write a property of bean SubscriberInfo on a jsp page. But,
this bean won't be present initially & will get generated on some action in
the same page.
to avoid the exception
javax.servlet.ServletException: Cannot find bean SubscriberInfo in scope
request
i got the following logic in my jsp
<logic:present name="SubscriberInfo" scope="request">
<bean:write name="SubscriberInfo" property="serviceProvider"
scope="request"/>
</logic:present>
but still i get the exception.
please help, thanks in advance,
chaks.