I'm having a problem with the contrib:Table component nested inside a @For loop. Essentially I'm rendering several lists of objects. The initial display is correct, but paging fails. What I think is happening is that a single @contrib:Table component is being reused with each iteration of the loop and the paging listeners are firing against that single component without regard to where I am in the @For loop. My evidence is the hidden form fields associated with paging state are being created for each iteration of the loop, but always contain the same values. Has anyone seen behavior like this before or know of a workaround?
-Steve