-
Nov 2nd, 2006, 10:35 AM
#1
Create bean path for two given objects
Hi all
I'm looking for a method to generate a bean path leading from a parent entity to a child entity. Something like
String createPath(Object from, Object to);
createPath(customer, orderitem) will return customer.order[2].orderitem[3].
Is there such a method somewhere in the framework, or does someone already have such a method he/she would be willing to share? I guess I could come up with a solution, but it'd probably not be as good as any already proven one out there.
Thanks and cheers
Simon Niederberger
-
Aug 2nd, 2010, 06:56 AM
#2
Did you find answer to this question???
Hi Simon
Did you find answer to this?
Regards,
Tiki
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules