Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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

843838Nov 18 2005 — edited Nov 18 2005
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2005
Added on Nov 18 2005
1 comment
370 views