[richfaces-issues] [JBoss JIRA] (RF-11987) rich:extendedDataTable column drag&drop dependant on column id

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Feb 24 14:09:36 EST 2012


     [ https://issues.jboss.org/browse/RF-11987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-11987:
-------------------------------

    Fix Version/s: 3.Future
      Description: 
I have the following table
{code}
						<rich:extendedDataTable value="#{taskDataModel}" id="tasksTable0">
							<rich:column label="1" id="id_column1">
								<f:facet name="header">
										<h:outputText id="htaskId_text1" value="1" />
								</f:facet>																		
								<h:outputText id="taskId1" value="1"/>
							</rich:column>
							<rich:column label="2" id="id_column2">
								<f:facet name="header">
										<h:outputText id="htaskId_text2" value="2" />
								</f:facet>																		
								<h:outputText id="taskId2" value="2"/>
							</rich:column>
						</rich:extendedDataTable>
{code}
And it works fine, however if I change the columns id from "id_column1" and "id_column2" to "id_column" and "name_column" I'm not able to drag&drop columns anymore.

  was:
I have the following table

						<rich:extendedDataTable value="#{taskDataModel}" id="tasksTable0">
							<rich:column label="1" id="id_column1">
								<f:facet name="header">
										<h:outputText id="htaskId_text1" value="1" />
								</f:facet>																		
								<h:outputText id="taskId1" value="1"/>
							</rich:column>
							<rich:column label="2" id="id_column2">
								<f:facet name="header">
										<h:outputText id="htaskId_text2" value="2" />
								</f:facet>																		
								<h:outputText id="taskId2" value="2"/>
							</rich:column>
						</rich:extendedDataTable>

And it works fine, however if I change the columns id from "id_column1" and "id_column2" to "id_column" and "name_column" I'm not able to drag&drop columns anymore.


    
> rich:extendedDataTable column drag&drop dependant on column id
> --------------------------------------------------------------
>
>                 Key: RF-11987
>                 URL: https://issues.jboss.org/browse/RF-11987
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-drag/drop
>    Affects Versions: 3.3.2.CR1
>            Reporter: J S
>             Fix For: 3.Future
>
>
> I have the following table
> {code}
> 						<rich:extendedDataTable value="#{taskDataModel}" id="tasksTable0">
> 							<rich:column label="1" id="id_column1">
> 								<f:facet name="header">
> 										<h:outputText id="htaskId_text1" value="1" />
> 								</f:facet>																		
> 								<h:outputText id="taskId1" value="1"/>
> 							</rich:column>
> 							<rich:column label="2" id="id_column2">
> 								<f:facet name="header">
> 										<h:outputText id="htaskId_text2" value="2" />
> 								</f:facet>																		
> 								<h:outputText id="taskId2" value="2"/>
> 							</rich:column>
> 						</rich:extendedDataTable>
> {code}
> And it works fine, however if I change the columns id from "id_column1" and "id_column2" to "id_column" and "name_column" I'm not able to drag&drop columns anymore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list