Results 1 to 2 of 2

Thread: Create bean path for two given objects

  1. #1
    Join Date
    May 2006
    Location
    Zug, Switzerland
    Posts
    89

    Default 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

  2. #2
    Join Date
    Nov 2009
    Posts
    5

    Question 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
  •