Hi everybody, I have the same need described in the thread at http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/How-to-add-table-id-into-the-Grid-td2417082.html : although in my .tml I do have a t:id attribute in the <t:grid> tag, the resulting HTML does not have an id attribute in the corresponding <table> tag, so I cannot select the table through jQuery or retrieve it through JavaScript; I cannot assume that the page has only one grid so I need the <table> tag to have an id.
I am using Tapestry 5.3.7. In the above mentioned thread the guy asked how to report a bug about this issue but he got no reply. Is that fix already implemented in some newer version or is it planned to be implemented in future ? Or is there some known workaround to get the <table> tag to have an id attribute in other ways ?