by default yes. see http://jakarta.apache.org/tapestry/3.0.3/doc/ComponentReference/contrib.Table.html esp. parameters tableSessionStateManager and tableSessionStoreManager.
I believe you can use SimpleTableSessionStateManager and a custom storeManager that implements loadState(IRequestCycle) in order to read the parameters from the cycle. Here's another helpful url :) http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/trunk/contrib/src/java/org/apache/tapestry/contrib/table/ Aleksej wrote: > In EWDT I wound such sentence: > "To remember the paging state and sorting state, it will store them > into the session". > Is it true and and if so, is there any way to pass such parameters > from query string? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
