Re: RE: RE: contribute mystery

2010-11-17 Thread nille hammer
add("AuthorizationDispatcher", authorizationDispatcher, "before:ComponentEvent", "before:PageRenderer"); } Cheers nillehammer - original Nachricht Betreff: RE: RE: contribute mystery Gesendet: Di, 16. Nov 2010 Von: Jens

RE: RE: RE: contribute mystery

2010-11-16 Thread Jens Reufsteck
ibernate, I'll try that. Jens > -Original Message- > From: nille hammer [mailto:tapestry.nilleham...@winfonet.eu] > Sent: Tuesday, November 16, 2010 3:38 PM > To: Tapestry users > Subject: Re: RE: RE: contribute mystery > > Hi Jens, > > > Exception in th

RE: RE: contribute mystery

2010-11-16 Thread Jens Reufsteck
represent those of Staufenbiel Institut GmbH unless otherwise specifically stated. > -Original Message- > From: nille hammer [mailto:tapestry.nilleham...@winfonet.eu] > Sent: Monday, November 15, 2010 8:31 PM > To: Tapestry users > Subject: Re: RE: contribute mystery > >

Re: RE: contribute mystery

2010-11-15 Thread nille hammer
Hi Jens, just to make sure: > maybe I wasn't quite clear: on some startups my dispatcher is used (and than > is always used, which is what I want). On other startups (i.e. restarting > jetty/tomcat) the dispatcher is never used. Though log show, that it is > instantiated. But then it feels, as if

RE: contribute mystery

2010-11-15 Thread Jens Reufsteck
ember 15, 2010 10:48 AM > To: Tapestry users > Subject: Re: contribute mystery > > We use before:ComponentEvent and before:PageRenderer and that works. > The additional benefit is that event are also checked. In your case > event code can be called without any authentication c

RE: contribute mystery

2010-11-15 Thread Jens Reufsteck
y those of the author and do not necessarily represent those of Staufenbiel Institut GmbH unless otherwise specifically stated. > -Original Message- > From: Kristian Marinkovic [mailto:kristian.marinko...@porscheinformatik.at] > Sent: Monday, November 15, 2010 10:38 AM > To: Tap

Re: contribute mystery

2010-11-15 Thread Fred van Engen
We use before:ComponentEvent and before:PageRenderer and that works. The additional benefit is that event are also checked. In your case event code can be called without any authentication checks. I'm not sure why you would want to allow that. Regards, Fred. Op 15 nov 2010 om 09:32 heeft

Re: contribute mystery

2010-11-15 Thread Kristian Marinkovic
" An: "'Tapestry users'" Datum: 15.11.2010 09:32 Betreff:contribute mystery Hi, I’m having some mystery going on when contributing a dispatcher. The dispatcher is always instantiated (according to the logs), but it’s used only sometimes. In some cases,

contribute mystery

2010-11-15 Thread Jens Reufsteck
Hi, I’m having some mystery going on when contributing a dispatcher. The dispatcher is always instantiated (according to the logs), but it’s used only sometimes. In some cases, when I start jetty (or tomcat), the dispatcher is used and then consequently it’s always used. But after a restart it’