This is due to the LinkSumbit bug in beta 5. The bug is fixed and the
fix should be in the next beta.
Somu Chandra wrote:
I am using Tapestry 4 BETA5.
My Contrib table's pagination links are not well formed. It is missing a
right parameter.
This table was working fine in Tapestry4 Beta3. Any help is appreciated.
Here is the link which was generated.
javascript:submitLink(Tapestry.find('Form_1', 'linkPage_3');
My .html
<table border="0" cellpadding="0" cellspacing="0" class="styledTable"
jwcid="[EMAIL PROTECTED]:Table" source="ognl:groupsForTable"
columns="name, description" rowsClass="ognl:beans.evenOdd.next"
pageSize="10" initialSortColumn="name">
<span jwcid="[EMAIL PROTECTED]">
<a jwcid="@DirectLink" listener="ognl:listeners.onViewGroup"
parameters="ognl:components.table.tableRow.name<http://components.table.tableRow.name>
">
<span jwcid="@Insert"
value="ognl:components.table.tableRow.name<http://components.table.tableRow.name>
"/></a>
</span>
</table>
Thanks
Somu chandra
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]