I don't know! I thought ordered configurations formed a linear sequence, so all I had to do was say which one I wanted it immediately before. Supplying multiple constraints seems redundant, and possibly contradictory. (e.g. "before a, but after c").
I'll give that a shot, anyways. Michael On 24 August 2012 14:39, Thiago H de Paula Figueiredo <thiag...@gmail.com>wrote: > 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-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org> > For additional commands, e-mail: users-h...@tapestry.apache.org > >