use <td>tag to determine column to show and not remove property in <tr>
-----------------------------------------------------------------------
Key: TAPESTRY-2672
URL: https://issues.apache.org/jira/browse/TAPESTRY-2672
Project: Tapestry
Issue Type: Improvement
Components: tapestry-core
Affects Versions: unspecified
Reporter: seong
Use <td>tag to determine column to show and not remove property in <tr>. This
is because the hibernate domain contains many properties. It is not the good
practice to list down all the remove properties.
The following sample is just show 2 column only.
<table width="100%" >
<tr t:type="grid" t:source="users" t:value="user" rowsPerPage="1">
<td> ${user.email}</td>
<td>${user.name}</td>
</tr>
</table>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]