On Wed, Nov 19, 2008 at 9:26 AM, Sasanka <[EMAIL PROTECTED]> wrote:
>
> Hi, I am trying to use BeanUtils.copyProperties(dest, source) to
> automatically populate my model bean from the struts form bean. But it seems
> the values are not getting copied. I am able to access the value from
> ActioForm
this.cardtype;
}
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