Hello, guys, I am having a very hard time trying to figure out how to use shiro in tapestry.
Now I'm looking at the wonderful T5 hotel-booking-demo(using tynamo's tapestry-security) code. If a visitor is not logged in , when she goes to the search page, she will be redirected to the signin page. Looking at the Search.java, I don't understand how it works. Here's the code http://ja.gs/Ce. I don't see any service injected which can check if user logs in and redirect. Please shed some light on this. Thanks much. Ron