Re: Access control with dispatchers and annotations - problem

2008-07-31 Thread Weisu
Hi, I think I have found your problem. I tried to implemented your code and found this line caused the problem. After I commented out this line everything works. /* Is the requested page private ? */ Component page = componentSource.getPage(pageName);

Re: Access control with dispatchers and annotations - problem

2008-07-30 Thread Martijn Brinkers (List)
Could you try to move all non-page classes/interfaces out of the pages package (same applies to components). So move Private.java to some package other than in components, mixins, base, pages Martijn On Wed, 2008-07-30 at 10:41 +0100, [EMAIL PROTECTED] wrote: > I too have been trying to implem

Re: Access control with dispatchers and annotations - problem

2008-07-30 Thread photos
I too have been trying to implement what is on the wiki. This is really doing my head in (not helped by the fact the wiki solution http://wiki.apache.org/tapestry/Tapestry5HowToControlAccess does not have all the "bits" of code necessary for a newbie like myself to get it working. For insta