please ignore this ...

i missed
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
in my jsp file.

thanks anyway,
chaks.

-----Original Message-----
From: Chakradhar Tallam [mailto:[EMAIL PROTECTED]]
Sent: Friday, 5 April 2002 2:01 PM
To: 'Struts Developers List'
Subject: javax.servlet.ServletException: Cannot find bean SubscriberInfo
i n scope request


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.

Reply via email to