Re: BeanUtils.copyProperties not working. Pls suggest

2008-11-19 Thread Nuwan Chandrasoma
Hi, DynaValidatorForm use a Map to keep its value to my understanding. I am not sure BeanUtils.copyProperties would work on this secnario. i may be wrong :) Thanks, Nuwan C. Sasanka wrote: Hi, I am trying to use BeanUtils.copyProperties(dest, source) to automatically populate my model bean

BeanUtils.copyProperties not working. Pls suggest

2008-11-19 Thread Sasanka
; } public void setCardtype(String cardtype) { this.cardtype = cardtype; } other setter and getter methods Pls suggest Thanks Sasanka -- View this message in context: http://www.nabble.com/BeanUtils.copyProperties-not-working.-Pls-suggest