Ola pessoal, estou com uma dificuldade e não encontrei nada que funciona-se.
Meu problema é:
Eu tenho uma lista de atividades com link(a:commandLink), e ao clicar quero que seja aberto o painel do panelBarItem.
<rich:column style="text-align:center;">
<a:commandLink id="linkEditarAtividade"
onclick="#{rich:component('panelBarItemEditarAtividade')}.show();}">
<h:graphicImage alt="Editar Atividade" value="/img/icones/edit.gif" />
</a:commandLink>
<rich:toolTip for="linkEditarAtividade">Editar Atividade</rich:toolTip>
</rich:column>
<rich:panelBarItem id="panelBarItemEditarAtividade"
label="Editar Atividade">
The framework is implemented using a component library. The library set Ajax
functionality into existing pages, so there is no need to write any JavaScript
code or to replace existing components with new Ajax one. Ajax4jsf enables page-wide
Ajax support instead of the traditional component-wide support and it gives the
opportunity to define the event on the page. An event invokes an Ajax request and areas
of the page which are synchronized with the JSF Component Tree after changing the data
on the server by Ajax request in accordance with events fired on the client.
</rich:panelBarItem>
Mas minhas tentativas não tiveram muito exito.
Valeu pessoal, Obrigado
__
Romildo Paiter