You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Chakradhar Tallam <c....@oopl.com.au> on 2002/04/05 06:05:09 UTC

RE: javax.servlet.ServletException: Cannot find bean SubscriberIn fo i n scope request

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:c.tallam@oopl.com.au]
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.