On Mon, Jan 28, 2013 at 3:04 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote:
I think Steve's code assumes that, if a page has a method handling the > activate event, no matter its parameters or lack thereof, then the page > handles the context itself, is responsible for taking any actions related > to it and Tapestry shouldn't do any redirection for itself. I think that's > a very reasonable assumption. No hoops to jump through, just good > documentation. > > I would go further, if a page define one or more onActivate methods it clearly states what activation contexts (one or more) it accepts and which don't. So that information can be used to extract information about which URL is correct and which not. But even without that an intermediate solution is more then acceptable and I think is due. -- Massimo