Re: struts bean utils-problems with properties

2005-10-20 Thread 李海
can you post the html script of your input form? 2005/10/20, hem hem <[EMAIL PROTECTED]>: > > how can i resolve this mate? > is there any help from struts bean utils that do the conversion > automatically? > > Aldo Vadillo Batista <[EMAIL PROTECTED]> wrote: > Maybe it fails because types are incom

Re: struts bean utils-problems with properties

2005-10-20 Thread hem hem
how can i resolve this mate? is there any help from struts bean utils that do the conversion automatically? Aldo Vadillo Batista <[EMAIL PROTECTED]> wrote: Maybe it fails because types are incompatible for BeanUtils. All the same getters and setters must return or accept the same type of Object.

Re: struts bean utils-problems with properties

2005-10-20 Thread Aldo Vadillo Batista
Maybe it fails because types are incompatible for BeanUtils. All the same getters and setters must return or accept the same type of Object. 2005/10/19, hem hem <[EMAIL PROTECTED]>: > > Hi all, > i am new to this forum.this is my first post.i hope this mailing list > helps me. > > in the first pag

struts bean utils-problems with properties

2005-10-19 Thread hem hem
Hi all, i am new to this forum.this is my first post.i hope this mailing list helps me. in the first page in my struts web app, i need to enter the details of 5 persons. they have proprties name,sex,rollnumber and age for that i created a bean with these 4 properties which have getter and setter