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]>