You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by George Christman <gc...@cardaddy.com> on 2013/10/14 19:22:55 UTC

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

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.CarDaddy.com
P.O. Box 735
Johnstown, New York

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

Posted by George Christman <gc...@cardaddy.com>.
nvm, I just returned a SelectModel method rather than setting it in
setupRender.


On Mon, Oct 14, 2013 at 1:22 PM, George Christman
<gc...@cardaddy.com>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 trying to build my selectModel which triggers an ajax zone. I
> just don't want to persist the selectModel.  Thanks.
>
> --
> George Christman
> www.CarDaddy.com
> P.O. Box 735
> Johnstown, New York
>
>


-- 
George Christman
www.CarDaddy.com
P.O. Box 735
Johnstown, New York

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

Posted by George Christman <gc...@cardaddy.com>.
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 <lp...@hope.nyc.ny.us>wrote:

> OnActivate gets  called from Ajax requests. Does this not work for you?
>
>
>
> > On Oct 14, 2013, at 1:22 PM, George Christman <gc...@cardaddy.com>
> 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 trying to build my selectModel which triggers an ajax zone. I
> > just don't want to persist the selectModel.  Thanks.
> >
> > --
> > George Christman
> > www.CarDaddy.com
> > P.O. Box 735
> > Johnstown, New York
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
George Christman
www.CarDaddy.com
P.O. Box 735
Johnstown, New York

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

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
OnActivate gets  called from Ajax requests. Does this not work for you?



> On Oct 14, 2013, at 1:22 PM, George Christman <gc...@cardaddy.com> 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 trying to build my selectModel which triggers an ajax zone. I
> just don't want to persist the selectModel.  Thanks.
> 
> -- 
> George Christman
> www.CarDaddy.com
> P.O. Box 735
> Johnstown, New York

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org