ValueProxy Implementation Rule ?

2011-07-30 Thread Romain BIARD
Hi all, I'm using valueProxies in order to give Criterias to a static method find located in my ServerSide Entity. Each ValueProxy had a setter and a getter. But today I realized that only setter had to be used Client side so I decided to remove all the getters on the Proxy but let them on

Re: ValueProxy Implementation Rule ?

2011-07-30 Thread Brian Reilly
I think this is a known bug. I saw it mentioned recently and thought that there was a new issue filed, however I couldn't find it. I did however find this older issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5760 that appears to be related. -- Brian On Sat, Jul 30, 2011

Re: ValueProxy Implementation Rule ?

2011-07-30 Thread Ryan McFall
I posted a message about this recently, and was pointed to the bug referenced by Brian below. Currently you do need to have getters in order for AutoBean to know the property exists. Ryan On Jul 30, 11:44 am, Brian Reilly brian.irei...@gmail.com wrote: I think this is a known bug. I saw it