Hello!

I have a problem to transfer proxy to server with correct value for
boolean field.
I have domain class Account with boolean field isValid set to true in
constructor (as instances of this class should be created also in
other places on server and true is default value for this field) and
corresponding proxy AccountProxy for it.

I create AccountProxy with create method of RequestContext, set
isValid to false from UI and transfer it to server in request. I get
true as isValid field value on server.

I don't use ActiveRecord pattern for domain class and any custom
Locator for proxy.

Any thoughts on how this problem can be solved.
Any help would be appreciated.

-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to