Re: Using methods other thang getters and listeners

2008-07-21 Thread margi
That's what I did finally! You're right about the fact that we're not supposed to have logic in template, but personnaly I think there as some logics that don't worth a Getter. Imagine if my list contains 10 elements through which I have to iterate, I'd be oblige to write 10 getters, I really thi

Using methods other thang getters and listeners

2008-07-21 Thread margi
Hi to All, After working for a while with T4, I now decided to start migrating to T5. But since the begining of that project I'm missing one of the T4 features that I really appreciate. Which the possibility to invoke in the HTML (now TML), some of the java methods other than the getters and liste