Re: Creating inner components on the fly in a form custom component

2008-09-27 Thread Edouard sur edouardmercier.fr
Thank you so much Kris for your answer. The Tapestry 5 BeanEditor source code gives some kind of vertigo, but I will look at it, in order to better understand what you mean. In the meantime, I had another idea: using some .tml inside my component with a and statements inside that nest some /...

Re: Creating inner components on the fly in a form custom component

2008-09-26 Thread Kristian Marinkovic
hi, you cannot create T5 components dynamically but you can simulate it :) you can define Blocks with any (nested) T5 components and HTML fragments that can be re-used multiple times to render a page. take a closer (source code) look at the BeanEditor. it creates input fields for every p