Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2005-04-25 Thread John Moore
I should also point out that if I treat the whole page as a JSP 2.0 tag (which I'm currently doing, until I resolve the JSP/Struts issue), it works. That is, if instead of having: I have: Then the html:input tags contained within the body (provided by jsp:doB

Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2005-04-23 Thread John Moore
Robert Taylor wrote: John, does the action to which the url /admin/customer/edit.do correspond have a form associated with it? You might also try removing the ".do" from the url as struts should automatically add this for you. For example: Yes, it does have a form associated

Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2005-04-23 Thread Robert Taylor
John, does the action to which the url /admin/customer/edit.do correspond have a form associated with it? You might also try removing the ".do" from the url as struts should automatically add this for you. For example: /robert John Moore wrote: I know this is one of those err

RE: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2004-09-09 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 2:38 PM > To: Struts Users Mailing List > Subject: RE: Cannot find bean > org.apache.struts.taglib.html.BEAN in any > scope > > > It is really a we

Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2004-09-09 Thread Wendy Smoak
From: "Caroline Jen" <[EMAIL PROTECTED]> > The page I am building is a form. I am not even ready > to submit that form. Therefore, I took out the > tags. I just want to display > some text fields, text area in the browser for testing > purpose. > I do not know why I got 'cannot find bean in an

RE: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2004-09-09 Thread Caroline Jen
It is really a weird error message I got. I am not using any bean in my JSP page. The page I am building is a form. I am not even ready to submit that form. Therefore, I took out the tags. I just want to display some text fields, text area in the browser for testing purpose. I do not know

RE: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2004-09-09 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 2:10 PM > To: [EMAIL PROTECTED] > Subject: Cannot find bean org.apache.struts.taglib.html.BEAN in any > scope > > > I got this error message: > > 'Cannot find bean org.apache.struts