RequestFactory with() fetching info only for last item in list

2011-11-30 Thread Sekhar
I have the following hierarchy

User (entity)
- ListMember getMembers()
- ListProblem getProblems()

Member (value)
- User getUser()

Now, if I fetch a User using with(... members, members.user.problems), 
I'm getting the problems only for the last member in the list. I verified 
in the debugger that getUser() gets hit for all the members, but 
getProblems() gets hit only for the last member. Is the call for with() bad?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/tgQjBiWNYO4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: RequestFactory with() fetching info only for last item in list

2011-11-30 Thread Thomas Broyer
Looks like http://code.google.com/p/google-web-toolkit/issues/detail?id=6710

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/OwGlzMZKRTEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: RequestFactory with() fetching info only for last item in list

2011-11-30 Thread Sekhar
Thanks, yes...looks that way.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/EppdutAdJl8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.