Hi, the action-method from the commandLink is not called when clicking. The links are rendered correctly. When I place the commandLink outside the tr:table the method is called! What is the problem???
<tr:table
id="resultTable"
var="kategorie"
rows="4"
value="#{searchAction.kategorien}">
<f:facet name="actions">
<tr:outputText
value="Ergebnisse"/>
</f:facet>
<tr:column>
<tr:commandLink
partialSubmit="false"
text="#{kategorie.name}"
actionListener="#{treeModelAdapter.showInTree(kategorie)}" />
</tr:column>
</tr:table>
Greetings,
Maik
--
View this message in context:
http://www.nabble.com/-trinidad--action-method-from-tr%3AcommandLink-not-called-tf4692726.html#a13413075
Sent from the MyFaces - Users mailing list archive at Nabble.com.

