Hi.. I'd like to ask a question which seems to be basic question, but I can't find it on this mailing list archives and wiki.
I have a page with textfield, "search" button, and grid to display search result: <t:textfield t:id="searchParam" t:value="searchParam" /> <t:submit t:id="search" value="Search" /> Let's say the search returned 60 rows, and the grid display the first 25 rows. If I click link to second page to display next 25 rows, the search result is displayed correctly if I was using session (not FLASH) to save searchParam, like this: @Persist(PersistenceConstants.SESSION) private String searchParam; My page class executing search query to return GridDataSource object on setupRender() method. My question is: can I execute above scenario without persisting searchParam in Session ? Thanks in advance. Regards, Yohan Yudanara --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org