error comming due to import org.apache.commons.beanutils.BeanUtils;
843838Nov 18 2005 — edited Nov 18 2005hi 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