Hello, I can not succeed in setting up the tapestry-spring-security. I created a default project from maven archetype, line this: http://tapestry.apache.org/tapestry5.1/quickstart/. I followed instructions from http://www.localhost.nu/java/tapestry-spring-security/conf.html and used some code from sample application http://www.localhost.nu/svn/public/tapestry-spring-security-sample/src/main/java/nu/localhost/tapestry5/springsecuritytest/
I create a page Dashboard.java (also .tml), code like this: @Secured("ROLE_ADMIN") public class Dashboard { } I spent much time, but I still find the dashboard page without any restrictions or sign in requires. And I am absolutely new to Tapestry and Java. Probably I missed something obvious. Thanks in advance. -- С уважением, Гладилин Андрей. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org