On Fri, 24 Aug 2012 14:58:21 -0300, Michael Prescott
<michael.r.presc...@gmail.com> wrote:
I'm configuring my dispatcher with this:
configuration.add("PageAuth", pageAuth, "before:PageRender");
This tells Tapestry to put my pageAuth dispatcher.. *after* page render?
Oops, my bad. But your dispatcher should be added before the asset one
too, shouldn't it?
configuration.add("PageAuth", pageAuth, "before:PageRender",
"before:Asset");
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org