Re: S2: Populate with List

2010-12-26 Thread Dave Newton
I don't know if that would work either, and it's *very* brittle/error-prone. It would be a trivial operation to create a proper mapping from the Object[] to something that has actual *meaning*, or to use Hibernate in a more rational way, and eliminate the problem. Dave On Thu, Dec 23, 2010 at 7:

S2: Populate with List

2010-12-23 Thread Oscar
Hi to all, right now i'm working with Struts 2 application and Hibernate JPA. Hibernate let developers to run native queries, but the results are returned in form of List. So, i'm getting one of these lists in my action and i want to use it to populate , but i don't know how it works when i use a