Ryan Pickens created TOMAHAWK-1663:
--------------------------------------
Summary: dataTable forceIdIndexForuma not properly constructing
sub component ids
Key: TOMAHAWK-1663
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1663
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Extended Datatable
Affects Versions: 1.1.14
Environment: JSF 2.1.22
Reporter: Ryan Pickens
When declaring a t:dataTable with forceIdIndexFormula set to an EL, the id of
any nested component is not being properly constructed.
Instead of the id of the subcomponent being
<tableId>:<indexForumaEL>:<subComponentId>
it seems as if it is truncating the last character of the tableId and not
placing the : between TableId and indexForumaEL.
i.e.
tableId = "tableId"
forceIdIndexForuma evaluation = "formulaId"
subComponent id = "subId"
when the HTML table is created, the resulting subcomponent ID becomes
"tableIformulaId:subId".
the basic dataTable is constructing the proper id. ("tableId:formulaId:subId")
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira