Re: Is there a Tap method that fires in component on ajax request

2013-10-14 Thread George Christman
Yes it does, however I was looking for a method I could use in the component that would get called on ajax request rather than having to deal with getting the data from the page. On Mon, Oct 14, 2013 at 1:44 PM, Lenny Primak wrote: > OnActivate gets called from Ajax requests. Does this not work

Re: Is there a Tap method that fires in component on ajax request

2013-10-14 Thread Lenny Primak
OnActivate gets called from Ajax requests. Does this not work for you? > On Oct 14, 2013, at 1:22 PM, George Christman wrote: > > Helo all, I'm wondering if there is a tap method that will fire every time > in a component similar to onActivate or onPrepare when an ajax request > occurs. I'm t

Re: Is there a Tap method that fires in component on ajax request

2013-10-14 Thread George Christman
nvm, I just returned a SelectModel method rather than setting it in setupRender. On Mon, Oct 14, 2013 at 1:22 PM, George Christman wrote: > Helo all, I'm wondering if there is a tap method that will fire every time > in a component similar to onActivate or onPrepare when an ajax request > occurs

Is there a Tap method that fires in component on ajax request

2013-10-14 Thread George Christman
Helo all, I'm wondering if there is a tap method that will fire every time in a component similar to onActivate or onPrepare when an ajax request occurs. I'm trying to build my selectModel which triggers an ajax zone. I just don't want to persist the selectModel. Thanks. -- George Christman www.