Sven Homburg created TAP5-2274:
----------------------------------
Summary: AjaxFormLoop dont work well inside a table tag
Key: TAP5-2274
URL: https://issues.apache.org/jira/browse/TAP5-2274
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.4
Reporter: Sven Homburg
if i use AjaxFormLoop inside a table tag, like this:
<t:form>
<table>
<thead>
<tr>
<th>Name 1</th>
<th>Name 2</th>
</tr>
</thead>
<tbody>
<tr t:type="AjaxFormLoop" source="personHolderList"
encoder="personHolderEncoder" value="personHolder">
<td><input t:type="TextField"
value="personHolder.person.name1"/></td>
<td><input t:type="TextField"
value="personHolder.person.name2"/></td>
</tr>
</tbody>
</table>
</t:form>
there is no javascript error thrown.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)