Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java.lang.ClassCastException, when using copyProperty from BeanUtils

Status
Not open for further replies.

ramachennupati

Technical User
Aug 28, 2006
1
US
Cause: java.lang.ClassCastException
at org.apache.struts.action.DynaActionForm.toString(DynaActionForm.java:552)
at java.lang.String.valueOf(String.java:2131)
at java.lang.StringBuffer.append(StringBuffer.java:370)
at org.apache.commons.beanutils.BeanUtils.copyProperty(BeanUtils.java:312)

when i am using DynaForm.set(name, value) works fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top