So noone has succeeded in reading Grid's rowIndex in the page class as
it renders each row or during form submission?
On 28/10/2008, at 10:57 PM, Geoff Callender wrote:
I think that's a slightly different case. It looks like your page
class is interested in the rowIndex value only when the A
I think that's a slightly different case. It looks like your page
class is interested in the rowIndex value only when the ActionLink is
clicked. Is that right?
My ultimate aim is to know its value every time getPerson() is called
during render, and every time setPerson() is called during for
By chance I used one for the first time this-morning.
I have:
t:rowIndex="rowIndex" t:empty="There are currently no search results"
t:model="mymodel" t:row="listItem">
...
>
Has anyone been able to use Grid's rowIndex parameter in their page
class?
I see that it is supposed to be available from 5.0.15 ( https://issues.apache.org/jira/browse/TAPESTRY-1310
) but I just cannot make it work.
From my template:
t:rowindex="rowIndex">
and from my page clas