Out of curiosity, why do you want to use a4j:commandLink?tr:commandLink supports PPR, so what's the gain?
-- Adam On 7/18/07, Ulath (AKA: Murat HAZER) <[EMAIL PROTECTED]> wrote:
hi, used libs: seam 1.2.1GA, trinidad 1.2.1, jsf 1.2-b19, a4jsf 1.1.1 , a4j-trinidad 1.0.5 and ajax4jsf filter configured first.... i have a tr:table with DataModel and DataModelSelection (seam annotations), when I use standard h:commandLink in this table, DataModelSelection value is set wrong and actionListener is called multiple times, if I use a4j:commandLink, again DataModelSelection value is set wrong and actionListener is called multiple times too and I get an exception, if I use tr:commandLink all works as expected... what can be the problem? how should i do in order to a4j components with trinidad components... regards.... -- Murat HAZER

