Re: [T5] Looped component question

2008-07-08 Thread Tobias Wehrum
Ah, sorry, it seems I was halfly asleep when I answered. I completely misread your question. (And sure you are right about the identifier part.) José Paumard schrieb: Thank you for your answer Tobias, but it wont work, because a component ID has to be a valid Java identifier. José Tobias Weh

Re: [T5] Looped component question

2008-07-07 Thread José Paumard
Thank you for your answer Tobias, but it wont work, because a component ID has to be a valid Java identifier. José Tobias Wehrum a écrit : Hi José, I currently have no time to test it, but did you try t:mixins="autocomplete"/> ? - Tobias José Paumard schrieb: Hello all, I'm using a "com

Re: [T5] Looped component question

2008-07-07 Thread Tobias Wehrum
Hi José, I currently have no time to test it, but did you try t:mixins="autocomplete"/> ? - Tobias José Paumard schrieb: Hello all, I'm using a "component in a loop" T5 feature, that looks like this : encoder="encoder" index="index"> t:value="message:e

[T5] Looped component question

2008-07-04 Thread José Paumard
Hello all, I'm using a "component in a loop" T5 feature, that looks like this : encoder="encoder" index="index"> t:value="message:enter-search" t:mixins="autocomplete"/> It works very nicely, T5 creates a list of such textfields, w