Re: Wicket-auth annotations to hide a link problem

2010-11-03 Thread Ivana
user and the original credentials are not overwritten. What is going on? I'm using tomcat form based security while developing. I intend to replace this in the near future with spring security. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-annotations

Re: Wicket-auth annotations to hide a link problem

2010-09-20 Thread Mike Dee
BookmarkablePageLink { public ExampleLink( String id, Class pageClass ) { super( id, pageClass ); } } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-annotations-to-hide-a-link-problem

Re: Wicket-auth annotations to hide a link problem

2010-09-19 Thread Mike Dee
Overriding isVisible() works. It would be nice if the annotation worked though, would save some repetitive code. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-annotations-to-hide-a-link-problem-tp2542360p2545850.html Sent from the Users forum mailing

Re: Wicket-auth annotations to hide a link problem

2010-09-19 Thread James Carman
this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-annotations-to-hide-a-link-problem-tp2542360p2545850.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Wicket-auth annotations to hide a link problem

2010-09-16 Thread Mike Dee
); } } } That doesn't seem to work, however. Now the HomePage doesn't load at all - almost as if the annotation were on HomePage. Any suggestions? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-annotations-to-hide-a-link-problem-tp2542360p2542360.html

Re: Wicket-auth annotations to hide a link problem

2010-09-16 Thread James Carman
suggestions? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-annotations-to-hide-a-link-problem-tp2542360p2542360.html Sent from the Users forum mailing list archive at Nabble.com