3 Replies Latest reply on Mar 6, 2008 4:11 AM by daniel.soneira

    t:commandLink in a rich:pannel does not work ????

      Hello all,

      I have this working with a t:dataTable and want to have it on a rich:panel.

      Is it possible to use a t:commandLink on rich:pannel?

      When I put on on a rich:pannel it just errors out. Work fine with t:dataTable.

      Phil


      -------------------------------------------------------------

      <rich:panel>
      <f:facet name="header">
      <h:outputText style="font-size: 16px; color: darkblue; font-weight: bold;" value="Test Area"></h:outputText>
      </f:facet>

      << Detail taken out for question here >>
      << other panelGroups >>

      <h:panelGroup>
      <t:commandLink action="go_TestArea" immediate="true">
      <f:verbatim></f:verbatim>
      <h:outputText value="View Profile" />
      <f:verbatim> </f:verbatim>
      <t:updateActionListener property="#{testViewForm.id}" value="#{testViewed.ID}" />
      </t:commandLink>
      </h:panelGroup>

      </h:panelGrid>
      </rich:panel>