Re: Asynchronous DataStore queries on GAE with Twig-persist and other DataStore related problems

2010-04-27 Thread Piotr Tarsa
OK. To simplify question - I want to have method prepareQuery(DataStore dataStore) in my own IModel subinterface and before page rendering I would want to execute that method for every model. Where should I do that? Is there some place in RequestCycle where I could do that? 2010/4/26 Piotr Tarsa

Re: Asynchronous DataStore queries on GAE with Twig-persist and other DataStore related problems

2010-04-27 Thread Igor Vaynberg
page.onbeforerender() might work. -igor On Tue, Apr 27, 2010 at 12:34 PM, Piotr Tarsa piotr.ta...@gmail.com wrote: OK. To simplify question - I want to have method prepareQuery(DataStore dataStore) in my own IModel subinterface and before page rendering I would want to execute that method for

Re: Asynchronous DataStore queries on GAE with Twig-persist and other DataStore related problems

2010-04-27 Thread Joe Fawzy
Hi dear Begining from GAE sdk 1.3.2 , there is query cursors and you can have more than 1000 result On Mon, Apr 26, 2010 at 11:43 PM, Piotr Tarsa piotr.ta...@gmail.com wrote: Hello, I want to use Wicket with GAE and exploit all GAE features but some problems arise. 1. I'm looking for a

Re: Asynchronous DataStore queries on GAE with Twig-persist and other DataStore related problems

2010-04-27 Thread Piotr Tarsa
That would mean that I use only my extended WebPage... Would that be executed on AJAX calls? I would want to execute prepareQuery on all objects that will be updated through AJAX. Joe: Yes I know. I've written about cursors in my first post. 2010/4/27 Igor Vaynberg igor.vaynb...@gmail.com