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
Hi, Anect!
This is a known issue. You can find the solution in our Developers' Guide under Getting Started/Localization.
Regards!
Thank very much.
I'm sorry for my incaution. Now it's working great.
Anect