Re: Exempt pages from pagemap

2010-05-20 Thread Loren Cole
Unfortunately no, in most cases I'm using LoadableDetachable models. Thanks, Loren On Wed, May 19, 2010 at 5:09 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Are your models static instead of LoadableDetachable and/or PropertyModels? Martijn On Tue, May 18, 2010 at 10:38 PM,

Re: Exempt pages from pagemap

2010-05-19 Thread Martijn Dashorst
Are your models static instead of LoadableDetachable and/or PropertyModels? Martijn On Tue, May 18, 2010 at 10:38 PM, Loren Cole loren.c...@gmail.com wrote: I've got a couple of pages which display data that changes often and I want to be sure that when a user hits refresh they get a fresh new

Exempt pages from pagemap

2010-05-18 Thread Loren Cole
I've got a couple of pages which display data that changes often and I want to be sure that when a user hits refresh they get a fresh new copy of that page. Unfortunately, if I've used setResponsePage(new MyPage(params); to get to these pages, then a refresh does not update the data, while