Is there any other way to pass parameter without making the field @Persist.
Howard Lewis Ship wrote: > > It can be innefficient, but setting the page's default persistent > strategy to "client" will do the job. The Grid component will pick up > this default. The persistent field data will end up in the URL. > > On Mon, Oct 27, 2008 at 12:39 PM, tapestry5 <[EMAIL PROTECTED]> wrote: >> >> I am working on 5.0.13 version of Tapestry. >> >> I have a page with list of employees using t:grid. >> >> I have a paging feature in that. >> >> Now there are 2 fields which i want to send as a parameter. I can insert >> @Persist annotation on those fields but i don't want any session to be >> maintained, as i have clustered server. So the session will not help me. >> >> Is there any other way to pass parameter in paging with making the field >> @Persist. >> >> Thanks, >> -- >> View this message in context: >> http://www.nabble.com/Persist-issue-with-Paging-tp20194836p20194836.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > > -- > Howard M. Lewis Ship > > Creator Apache Tapestry and Apache HiveMind > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Persist-issue-with-Paging-tp20194836p20207516.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
