Re: T4 - Autocompleter without doing a full page re-render

2008-04-01 Thread Paul Stanton
thanks marcus, i'll see if i can use that without 'dirtying' my code too much. p. Marcus Schulte wrote: You can distinguish between a "normal" render and an "ajax"-render via getRequestCycle().getResponseBuilder().isDynamic(), hth, Marcus On 01/04/2008, Paul Stanton <[EMAIL PROTECTED]> wro

Re: T4 - Autocompleter without doing a full page re-render

2008-03-31 Thread Marcus Schulte
You can distinguish between a "normal" render and an "ajax"-render via getRequestCycle().getResponseBuilder().isDynamic(), hth, Marcus On 01/04/2008, Paul Stanton <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm using the @Autocompleter component and have noticed that at each > interaction (look

Re: T4 - Autocompleter without doing a full page re-render

2008-03-31 Thread Marcus Schulte
You can distinguish between a "normal" render and an "ajax"-render via getRequestCycle().getResponseBuilder().isDynamic(), hth, Marcus On 01/04/2008, Paul Stanton <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm using the @Autocompleter component and have noticed that at each > interaction (look

T4 - Autocompleter without doing a full page re-render

2008-03-31 Thread Paul Stanton
Hi all, I'm using the @Autocompleter component and have noticed that at each interaction (lookup and selection) it essentially re-processes the whole wrapping page at the back end. In this case, I have a couple of sometimes large database lookups that are being re-queried and as a result the