Im using the SimpleBean editor and on the add action I call 'driver.flush()' then check if there is errors and finally I mad a request to add the object. If the object is successfully added I initialize my object and call 'driver.edit()' again, I don't know why I receive the 'Bean has been frozen' ??
Am I doing some thing wrong ?? On Oct 2, 2011 11:32 PM, "Thomas Broyer" <[email protected]> wrote: > The main difference between SimpleBeanEditorDriver and RequestFactoryEditorDriver is that the later calls RequestContext#edit() on each object. The others are HasRequestContext and getPaths. > > -- > 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/-/vvlLvaVVJQ4J. > 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. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
