On Thu, 23 Aug 2012 17:29:13 -0300, Michael Prescott <michael.r.presc...@gmail.com> wrote:

Hey there,

Hi!

This approach clearly isn't correct, however, because for asset requests,
it returns my Index page.  (Though, not always!)

I think implementing RequestFilter or using Tapestry Security are better suited than a Dispatcher for that, but, anyway, your problem is that you're probably adding your Dispatcher before the Asset one. Make sure your Dispatcher.dispatch() method returns false when the request is not for a page (i.e. ComponentEventLinkEncoder.decodePageRenderRequest(request) returns null).

--
Thiago H. de Paula Figueiredo

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

Reply via email to