Hi, I made a dispatcher for web-security and it really works fine. As
I'm not using tapestry-hibernate, I want to create a dispatcher for
opening and closing hibernate-sessions.
By now I did it with a RequestFilter and works fine, the problem is
that the RequestFilter filters *everything*, assets, etc.
As I want a filter only for pages, I am thinking in a dispatcher, but
the problem is that in the dispatcher (I think) I can't do post
processing. I need something like
1. openHibernateSession()
2. process page-request
3. close hibernate session

By now I can NOT do it because dispatcher just returns true or false,
and I can't do post processing. Any suggestions? thanks in advance

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

Reply via email to