Re: Problem with complex object tree and request factory - two issues

2011-04-26 Thread Marcin Makowski
On Apr 26, 1:08 am, Thomas Broyer wrote: > What's validated is the Product object. When Product#findProduct loads the > product, does it also load the Group list? Group is loaded. Double, if you add following lines ProductMarginRequest request = requestFactory.productMarginRequest();

Problem with complex object tree and request factory - two issues

2011-04-25 Thread Marcin Makowski
hello, I have problem with complex object tree being passed from client side to server side via RequestFactory: my proxy interfaces for my model: @ProxyFor(value = ProductMargin.class, locator = ProductMarginLocator.class) public interface ProductMarginProxy extends EntityProxy { public lon