How about changing the double quotes on the "value" attribute value to single quotes?
> -----Original Message----- > From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] > > I downcasted but it did not help. > <jsp:useBean id="faqHelper" class="FAQHelper" scope="session"> > <jsp:setProperty name="faqHelper" > property="dbReader" > value="<%= > (Object)session.getAttribute("DBREADER")%>" /> > <jsp:setProperty name="faqHelper" > property="dbWriter" > value="<%= > (Object)session.getAttribute("DBWRITER")%>" /> > </jsp:useBean> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
