Re: Component abstraction

2012-02-12 Thread Giulio Micali
You can do something like this: public class Crud { ... // all your code @Inject private ComponentResources resources; @Inject private Block yourBeanEditorBlock; /** * A Block from the page to render instead of the normal BeanEditor. */

Re: Component abstraction

2012-02-12 Thread Михаил Слободянюк
Nice! It's work!