AW: [Trinidad] how to PPR a table row upon selecting its detail contents

2008-02-12 Thread Rottstock, Sven
Hi, sorry but you cannot set the id attribute for you tr:column via an el expression (see the taglib documentation of Trinidad). Regards, Sven Von: Andrew Robinson [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. Februar 2008 20:53 An: MyFaces Discussion Bet

Re: AW: [Trinidad] how to PPR a table row upon selecting its detail contents

2008-02-12 Thread Renzo Tomaselli
Sven, this id is generated at compile time (see c:forEach in Facelets), and as such the EL usage is perfectly legal here. It's just like a macro expansion, I use this trick in many places. From the component point of view this id is static. EL cannot be used at rendering time to build any id, b