J S created RF-11987:
------------------------
Summary: 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
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.
--
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