I use the same MyRequest object to create the proxies. I don't call any fire method because I want to create all MyObjectProxy proxies and then save them in one call. The reason I need to do that is that I want to process them before saving them. Basically the sequence is the following:
create 1 proxy add it to the list data provider WORKS fine create another proxy with the same request add it to the list data provider (so now I have 2) EXCEPTION thrown by the custom column I don't get the exception because I am not editing the proxy, the exception is on a getter. -- 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/-/SGpTbDk0NXhwcFVK. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
