> So the part before the query param is the event context, and t:ac is the
> page context.  Right?
>

You are right. t:ac is the parameters passed to onActivate when your
event is processed

> '/programs/info.requestoverride:internalevent/10508?t:ac=10508'

Here you have a component id of info.requestoverride the event is
internalevent and 10508 is passed to your event as a parameter.

Josh

On Fri, Jan 13, 2012 at 10:32 AM, hese <1024h...@gmail.com> wrote:
>
> Really?
>
> But according to this page
> http://tapestry.apache.org/tapestry5/apidocs/constant-values.html
>
> t:ac is the page's activation context.
>
> When I had
> t:context="program.id" the url generated was,
> '/programs/info.requestoverride:internalevent/10508?t:ac=10508'
>
> When I tried
> t:context="['test',program.id]", the url generated is,
> '/programs/info.requestoverride:internalevent/test/10508?t:ac=10508'
>
> So the part before the query param is the event context, and t:ac is the
> page context.  Right?
>
> (my page url is http://localhost:8080/programs/info/10508)
>
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/can-someone-explain-what-t-ac-is-tp5143182p5143337.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

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

Reply via email to