Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

[common] convertUtils
I would like to copy a bean in an another bean with the same properties name
but some different type, using BeanUtils.copyProperties. ( in the common
package "org.apache.commons.beanutils")


I thought that conversions was possible but  i am not able to make them
work!

For example ...where is the mistake?

class BeanString {
String age;
...public void set...
...public String get..
}
class BeanInteger {
Integer age;
...public void set
...public Integer get..
}

then i do

BeanInteger intBean  = new...
BeanString stringBean = new...
PropertyUtils.copyProperties(intBean, stringBean);

and i get a NoSuchMethodException.




Report this thread to moderator Post Follow-up to this message
Old Post
alberto
10-01-04 01:58 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Java Beans archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 05:37 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.