Hi, I am using a Grid component for displaying a larger set of data. On my page I have form which I use to allow the user to set the perferred page size. When the user selects a new setting the form submits and changes the page class'es _rowsPerPage property which is used by the grid in the template to determine its number of rows like this:
| <table t:type="grid" | row="partner" | source="partners" | rowsPerPage="${rowsPerPage}" | model="partnersRowModel"> My _rowsPerPage property get set to the right value after submit, however the grid seems to ignore any changes from the default it has been created with. Could it be the rowsPerPage setting is cached somehow? How can I get the component to honor new settings? Cheers, Martin -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= Hlade's Law: If you have a difficult task, give it to a lazy person; they will find an easier way to do it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]