#{treeModelAdapter.showInTree(kategorie)} doesn't look like valid EL
to me, unless you are using something like a seam EL resolver. Was
this something added in JSF 1.2 or are you using another 3rd party
library for this?
To my knowlege, the action listener should simply be a pointer to the
method that is implemented as "public void x(ActionEvent evt)"
On 10/25/07, Maik77 <[EMAIL PROTECTED]> wrote:
>
> 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.
>
>