The error sounds like it is referring to the taglib struts-bean.tld, whether or not it is a legitimate error, I'm not sure.
Try taking out the line <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> from your jsp and change the button tags back to regular HTML where <html:submit> <bean:message key="button.submit"/> </html:submit> would become <input type="submit" value="Submit"> and <html:reset> <bean:message key="button.reset"/> </html:reset> would become <input type="reset" value="Reset"> And then tell us if you get the same error message, or a different one. ?? At 11:30 AM 2/25/2002 -0500, you wrote: >Sorry Tim, > >I've only been learning this stuff for a couple of weeks myself. I don't >know what org.apache.struts.taglib.html.BEAN is referring to here. I was >just responding to what was obvious to me. > >maybe one of the gurus will step in. the list seems pretty quiet today >though. > >Good luck, >Dave D > > >----- Original Message ----- >From: "Tim Sawyer" <[EMAIL PROTECTED]> > > >> Dderry <[EMAIL PROTECTED]> wrote : >> >> > Do you have an Action Mapping for saveExtraPersonDetails.do? >> >> Yes: >> >> <action path="/saveExtraPersonDetails" >> >type="com.pancredit.tkbespoke.tjs.strutstest.action.AddExtraPersonDetailsPos >tAction" >> name="addExtraPersonDetailsForm" >> scope="session" >> input="/ExtraCustomerDetails.jsp"> >> <forward name="success" path="addJointHirer.do"/> >> </action> >> >> but it doesn't even display the page, so it doesn't get that far. >> >> >Does it use also use addExtraPersonDetailsForm? >> >> Yes, see above. >> >> >Do you have a <type="package.addExtraPersonDetailsForm"/>......... >> >entry in struts-config.xml? >> >> Yes: >> >> <form-bean name="addExtraPersonDetailsForm" >> >type="com.pancredit.tkbespoke.tjs.strutstest.form.AddExtraPersonDetailsForm" >/> >> >> > It appears to me that the addExtraPersonDetailsForm is not being used >since >> > the error msg states that org.apache.struts.taglib.html.BEAN has no >getter >> > method for dob. >> >> I thought that too, but if I put the error handling back in, it finds it. >That suggests to me that it is using the right form bean. But if it is, >then why doesn't it work.... >> >> What is org.apache.struts.taglib.html.BEAN actually referring to? >> >> Tim. >> > >> > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>