Hi,
I have please the following problem with grid view. I have grid view with the following column definition:
<ig:column sortBy="name"> <f:facet name="header"> <h:outputText value="#{gui['asset.groupName']}" /> </f:facet> <h:outputText value="#{DATA_ROW.name}" /> </ig:column>
Problem is when user clicks on header's label for sorting then sorting funcionality works fine but header's label disappear. I found out that problem is in using resource bundle (I have <f:loadBundle basename="i18n.gui" var="gui" />) in header. When I hard-code header's label directly (<h:outputText value="Group name" />) then everything works fine.
I use version 2008 vol. 1 with last hotfix from July.
Thank you, Anect
I think I learned a lot from this topic. This is quite helpful an issue on the gridview header. First time to consider such kind of question.