More of IE and dataTable

UI Components for JSF
Post Reply
rene.guenther
Posts: 56
Joined: 19 Oct 2009, 15:56

16 Nov 2009, 21:50

I found another issue with IE 7.0 and datatable. Thats my coding:

Code: Select all

<p:dataTable var="container" id="#{containerId}"
		             value="#{referenceObjectData.referenceObjects}" rows="25">

			<p:column>
				<f:facet name="header">
					<h:outputText value=""/>
				</f:facet>
				<h:selectOneMenu value="#{container.referenceObjectId}" required="false">
					<f:selectItems value="#{container.listSI}"/>
				</h:selectOneMenu>
			</p:column>

		</p:dataTable>
So theres a selectOneMenu nested into p:column. There is a option selected, but the selected value is not displayed in IE 7.0. I replaced p with t (Tomahawk) and it was working. It is working with Firefox as well for p:dataTable and t:dataTable. I checked HTML source code and found that selected="selected" was renderered as expected.

If you want to see that by yourself I could give you access to our demo application.

Cheers
René

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

17 Nov 2009, 11:36

Hi Rene, I'll try replicating this issue today. Thanks!

jonathan.morgan
Posts: 11
Joined: 22 Mar 2010, 16:44

22 Mar 2010, 16:46

Has this been fixed yet? I have the same issue

jonathan.morgan
Posts: 11
Joined: 22 Mar 2010, 16:44

22 Mar 2010, 16:56

by the way this fixes it - dynamic="true"

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 49 guests