2 Replies Latest reply on Dec 20, 2007 3:58 AM by norbert45fr

    dynamic label

    norbert45fr

      hello all,
      I hope you can help find a solution here. I'm trying to create a dynamic label for rich:tab. Here is my code

      <rich:tab id="SearchResultsTab" label="Search Results #{searchResultsList.theStringResult}">


      but this does not work, the number of results (displayed by #{searchResultsList.theStringResult}) is never added to the title tab. I have checked and it's working in an h:outputText

      More generally can we have dynamic label like that or is this a restriction?

      Thanks for any help provided