Is it possible to define a Block for a BeanEditor component that itself contains a BeanEditor component?
when we tried to implement this the page renders as expected. in our case we render the properties of a Company object and one of these properties is a User object that itself is rendered using a BeanEditor. But when we submit the page we get an infinite loop of PropertyConduit calls. any help is appreciated! g, kris