ServletException: BeanUtils.populate

2003-01-30 Thread Softwareentwicklung Hauschel
Hey all, i try to call an action from my jsp: html:form action=/editperson name=showpersonForm type=de.hauschel.wapen.struts.form.ShowpersonForm age : html:text property=age/html:errors property=age//br birthday : html:text

ServletException: BeanUtils.populate

2001-07-19 Thread Matt Raible
I have a form that has two get/sets - one is for action and one is for another bean. However, when I try to save the form, I get an exception (see below). I have other forms that work fine, and this one was working great a week or so ago. I added some System.out.println's to my

Re: ServletException: BeanUtils.populate

2001-07-19 Thread suhas
:35 PM Subject: ServletException: BeanUtils.populate I have a form that has two get/sets - one is for action and one is for another bean. However, when I try to save the form, I get an exception (see below). I have other forms that work fine, and this one was working great a week or so ago