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
compoinent ... i hope this helped g, kris "Edouard sur edouardmercier.fr" <[EMAIL PROTECTED]> Gesendet von: [EMAIL PROTECTED] 25.09.2008 18:50 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema Creating inner components on the fly

Creating inner components on the fly in a form custom component

2008-09-25 Thread Edouard sur edouardmercier.fr
Hello. I've been digging the web with no success, but I'm a Tapestry 5 newbie (running the v5.0.15), thus maybe I missed something. I'm currently attempting to develop a custom Tapestry component that aims at inserting HTML "select/checkbox/textfield" tags into an existing HTML form. Let's say th