Re: RequestFactory with Collections of ValueProxy in a ValueProxy

2011-08-07 Thread Daghan
Hi Alexandre, Thanks for posting this link. I've wasted my whole weekend on this issue -- 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/-/AMQJoTCJ

Re: Aw: Re: GWT 2.3 RequestFactory problem

2011-06-02 Thread Daghan
Eric, I was stuck on this for a couple of days... Thanks a lot for the help If my thing ever becomes a commercial success, keep this email as your "IOU" :-) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the w

Re: Are user defined Serilizable objects supported as Request parameters?

2011-02-07 Thread Daghan
Hi Thomas, Do you know if there is an update on this? I saw on another post that you were exchanging notes with Ray Ryan on this. You have mentioned a wrapper. Can you sketch a rough outline for the wrapper? Do you serialize to whole thing to a

Re: Workaround for Embedded objects

2011-01-26 Thread Daghan
David, This has driven me nuts. Any update on the sample app? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-

Re: RequestFactory persist new object and return the id

2011-01-04 Thread Daghan
The documentation says you have to use stableID with is a new Interface they have defined on the client side They claim that the stableID on the proxy is the same before and after the object is persisted to the database Note: I am in the process of implementing this but I am not done yet -- Yo

Re: Transactions in Request Factory

2011-01-01 Thread Daghan
I have the same problem... I am going to google a solution but if I can't find one, I'll try to return a boolean for my persist() calls and try to delete the entities manually even they don't all succeed I guess I am just saying that I'll be mimicing the transaction logic on the client side... I

Re: issue with RequestFactory not finding a ValidatorFactory

2010-12-19 Thread Daghan
Thomas, You helped me fend of a nervous breakdown. Thank you for all the help ps: I also very much liked your blog on the 2.1 MVP topic. On Dec 5, 1:34 pm, Thomas Broyer wrote: > On 5 déc, 06:13, ali wrote: > > > I am using JDO with RequestFactory and here's what happens when I run > > GWT in th

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-11-18 Thread Daghan
Hi Ashton, Have you figured out a way to pass anything but SimplePanel objects to activityManager.setDisplay() function? I am trying to figure out how to pass activityManager.setDisplay(composite) Thanks. On Oct 28, 6:52 am, Ashton Thomas wrote: > I will definitely try to post a video. It just

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-11-18 Thread Daghan
Ashton, The example is very cool and helpful. Thank you. One thing I am struggling with is the ActivityManager. I am trying to manage a composite through the activity manager. I was hoping that you had figured it out but I see that you also pass a SimplePanel mainActivityManager.setDisplay(shell.