RE: Cannot find bean under name dbCategories

2004-12-29 Thread Jim Barrows
> -Original Message- > From: uma.k [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 29, 2004 8:02 AM > To: 'Struts Users Mailing List' > Subject: Cannot find bean under name dbCategories > > > Hi, > I get this exception when I try to use html:op

Cannot find bean under name dbCategories

2004-12-29 Thread uma.k
Hi, I get this exception when I try to use html:options with collection="dbCategories". This is what I am doing index.jsp Article my struts-config.xml Template.jsp ... ... My ArticlePreviewAction.java dbCategories = dbBean.getCategoriesForArticle(myConnection); reques

Cannot find bean under name dbCategories

2004-12-27 Thread uma.k
Hi, I get this exception when I try to use html:options with collection="dbCategories". This is what I am doing index.jsp Article my struts-config.xml Template.jsp ... ... My ArticlePreviewAction.java dbCategories = dbBean.getCategoriesForArticle(myConnection); reques