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

Reply via email to