Re: BeanUtils.populate error

2005-06-15 Thread Janek Ziniewicz
Thank you delbd, that indeed could produce an error. I 've found that the error occured when fields in form didn't have unique "name" attributes and I tried to perform forward to the same form. href="/NILTemp/showAttachment.do?attid=name="att"property="id"/>">[View] I use SimpleDispatch

Re: BeanUtils.populate error

2005-06-15 Thread Martin Gainty
com/struts/catalog.html for further information.. As always identifying the root cause will help out dziekuje, Martin- - Original Message - From: "Jan Ziniewicz" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 15, 2005 9:07 AM Subject: BeanUtils.populate error I get th

RE: BeanUtils.populate error

2005-06-15 Thread David Suarez
8:07 AM To: user@struts.apache.org Subject: BeanUtils.populate error I get this error when I click on a buttons in my forms. Some buttons work, some don't and I don't know where is the error. Any suggestions? I can give you more detailed information but i guess that it is q

[OT] Re: BeanUtils.populate error

2005-06-15 Thread DGraham
. -Dennis "Jan Ziniewicz" <[EMAIL PROTECTED]> 06/15/2005 09:07 AM Please respond to "Struts Users Mailing List" To "user@struts.apache.org" cc Subject BeanUtils.populate error I get this error when I click on a buttons in my forms. Some buttons work,

RE: BeanUtils.populate error

2005-06-15 Thread Marco Mistroni
: BeanUtils.populate error I get this error when I click on a buttons in my forms. Some buttons work, some don't and I don't know where is the error. Any suggestions? I can give you more detailed information but i guess that it is quite typical error. javax.servlet.Servle

Re: BeanUtils.populate error

2005-06-15 Thread delbd
You most probably have the wrong setter parameters for one or several of your from's properties. like have you have a setDate(Date date) instead of setDate(String date) The only allowed signatures, if am not wrong are setXXX(String) and setXXX(FormFile) Le Mercredi 15 Juin 2005 15:07, Jan Ziniew

BeanUtils.populate error

2005-06-15 Thread Jan Ziniewicz
I get this error when I click on a buttons in my forms. Some buttons work, some don't and I don't know where is the error. Any suggestions? I can give you more detailed information but i guess that it is quite typical error. javax.servlet.ServletException: BeanUtils.populate org.ap