error comming due to import org.apache.commons.beanutils.BeanUtils;

hi friends

there is error coming whenever i am running the struts programs

import org.apache.commons.beanutils.BeanUtils;

^

InsertEmployeeAction.java:21: cannot resolve symbol

symbol : variable BeanUtils

location: class net.reumann.InsertEmployeeAction

BeanUtils.copyProperties( employeeDTO, employeeForm );

^

2 errors

what is the solution of this error

[421 byte] By [mishramishraa] at [2007-10-2 5:34:20]
# 1
My guess is that you need to add the beanutils jar file t your classpath
tolmanka at 2007-7-16 1:45:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...