p:datatable inside p:panelGrid inside p:wizard issue in 6.1

UI Components for JSF
Post Reply
ikieong
Posts: 3
Joined: 27 May 2014, 09:02

26 Apr 2017, 10:23

The following code is normal under 6.0.1, while update to 6.1,
it will generate double columns in the datatable.

This issue only appeared in the datatable which is inside p:panelGrid which is inside p:wizard
Can anyone help?
Thanks

Code: Select all

	
<p:wizard id="wizard" flowListener="#{bean.fowProcess}">
 <p:tab id="tab1" title="tab1" >
  <p:panel id="panel" header="panel1">
  <p:panelGrid>
  <p:row>
  <p:column>
   <p:dataTable value="#{bean.empContactList}" var="contact" editable="true" editMode="cell">
    <p:column headerText="type"><h:outputText value="#{contact.type}"/></p:column>
    <p:column headerText="number">
     <p:cellEditor>
      <f:facet name="output">
	<h:outputText value="#{contact.text}" />
      </f:facet>
      <f:facet name="input">
	<p:inputText value="#{contact.text}"/>
      </f:facet>
     </p:cellEditor>
    </p:column>
   </p:dataTable>
   </p:column>
   </p:row>
   </p:panelGrid>
  </p:panel>
 </p:tab>
<p:wizard>
	

Melloware
Posts: 3717
Joined: 22 Apr 2013, 15:48

26 Apr 2017, 13:19

It has already been reported on GitHub so I suggest subscribing to this issue thread....

https://github.com/primefaces/primefaces/issues/2206
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub Profile: https://github.com/melloware
PrimeFaces Elite 13.0.0 / PF Extensions 13.0.0
PrimeReact 9.6.1

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 20 guests