upgrade to primefaces-2.2.M1 and datatable issue

UI Components for JSF
Post Reply
danielitob
Posts: 11
Joined: 04 Jun 2010, 00:04

21 Sep 2010, 20:34

Hi guys,
I'm a big problem, I hope you can help me.
I was using primefaces 1.0.1 in a jsf 1.2 application. I used primefaces datatable and everything is ok on mozilla and ie7, while on ie8 some datatable (i can't say why) are not rendered.
I use simple datatable

Code: Select all

<p:dataTable  rows="5" var="contrattoItem" value="#{repo_contratti.contratti}" id="contrattitable">
                                    <p:column>
                                        <f:facet name="header">
                                            <h:outputText value="Tipologia contratto" />
                                        </f:facet>
                                        <h:outputText value="test" />
                                    </p:column>
</p:dataTable>
I used also static text ("Test") to be sure no error in the binding.
List is correct and has correct size, but table is not rendered on ie8.
To solve this issue I tried to upgrade primefaces version, so I deleted old .lib and loaded
primefaces-2.2.M1.lib.

After doing it I rebuild project and found this issue:

Code: Select all

FAIL - Deployed application at context path /GeCo but context failed to start
D:\Projects\test\nbproject\build-impl.xml:732: The module has not been deployed.
that I'm able to solve caming back to old library.
Please help me, my questions are:
1) how can I solve rendering of datatables on ie8 with primefaces 1.0.1?
2) if I need last lib, how can I upgrade my project?

Thanks,
Best regards

danielitob
Posts: 11
Joined: 04 Jun 2010, 00:04

22 Sep 2010, 09:21

no one can help me?
Thanks, I can't use my application with this issue...

User avatar
michiel
Posts: 240
Joined: 07 Jun 2010, 09:12
Location: Belgium

22 Sep 2010, 10:08

for upgrading, their are migration guides in the PrimeFaces Wiki
JSF-2.0, mojarra-2.0.2-FCS and PrimeFaces-2.1 on GlassFish v3.0.1 (build 22)

danielitob
Posts: 11
Joined: 04 Jun 2010, 00:04

23 Sep 2010, 00:03

thanks for reply...but what about datatable not rendered with ie8?

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 18 guests