Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
gridView header labels and loadBundle
posted

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