I have a use case where I couldn't get Editors to work. (Foo that holds a List<Foo>. This would blow up with recursive errors. I spent a lot of time trying to get this to work and failed completely. I gave up and just decided to write the binding code myself)
Since I'm using request factory and since RequestFactory uses AutoBeans is there anyway to use AutoBeans to bind my bean's values to the corresponding proxy without having to write all the code myself?