RE: Cannot find bean under name org.apache.struts.taglib.html.BEAN

2003-08-20 Thread Giampiero De Ciantis
under name org.apache.struts.taglib.html.BEAN I received the following error when I tried to run one of my JSP pages which follows an Action that completed successfully: Cannot find bean under name org.apache.struts.taglib.html.BEAN Here is the code to the jsp page:

Cannot find bean under name org.apache.struts.taglib.html.BEAN

2003-08-20 Thread Giampiero De Ciantis
I received the following error when I tried to run one of my JSP pages which follows an Action that completed successfully: Cannot find bean under name org.apache.struts.taglib.html.BEAN Here is the code to the jsp page: Attributes

Re: RE: Cannot find bean under name org.apache.struts.taglib.html.BEAN

2002-12-11 Thread aduprat . struts
I'm sure each property of the form has a getter in the for bean cause it was working in struts 1.0 without any module... can it be becuse i put in place of ? Message d'origine >Sujet: RE: Cannot find bean under name org.apache.struts.taglib.html.BEAN >Date: Wed, 11 D

RE: Cannot find bean under name org.apache.struts.taglib.html.BEAN

2002-12-11 Thread James Childers
> Then i have another problem : > Generated page comes with an error : > javax.servlet.ServletException: Cannot find bean under name > org.apache.struts.taglib.html.BEAN Check your form bean and make sure it has getters/setters for each element in the tag. If it is getting t

Cannot find bean under name org.apache.struts.taglib.html.BEAN

2002-12-11 Thread aduprat . struts
error : javax.servlet.ServletException: Cannot find bean under name org.apache.struts.taglib.html.BEAN What's wrong now... I'm quite desappointed with use of struts 1.1 :-( Thanks to help me becoming happy with struts ag