Re: Chenillekit maven repos

2010-11-03 Thread Eric Chatellier
Le 03/11/2010 14:47, Borut Bolčina a écrit : > Hi, > > I wanted to use the latest 1.3.0-SNAPSHOT chenillekit which should work with > Tapestry 5.2.2. > > which does not contain 1.3.0-SNAPSHOT. It seems rather old. Where is the new > repo? There is a repo here : http://snapshots.repository.codehaus

Re: Is onActivate a robust place for authentication?

2007-05-18 Thread Eric Chatellier
s kind of things afaik. On 5/18/07, Eric Chatellier <[EMAIL PROTECTED]> wrote: > > 2007/5/18, Bill Holloway <[EMAIL PROTECTED]>: > > I'm not sure yet how to integrate ACEGI, but I can look at an ASO in > > onActivate for a page. Is returning a page name fro

Re: Is onActivate a robust place for authentication?

2007-05-18 Thread Eric Chatellier
2007/5/18, Bill Holloway <[EMAIL PROTECTED]>: I'm not sure yet how to integrate ACEGI, but I can look at an ASO in onActivate for a page. Is returning a page name from onActivate() a robust solution for basic user authentication? Bill I bill I'm interested by the answer too... Where can we

Re: Localized Submit lable

2007-05-14 Thread Eric Chatellier
it's working with 2007/5/14, petros <[EMAIL PROTECTED]>: I want to use a localized string as my submit button's label. None of the two below works 1. 2. What's the correct way of using localized string as labels in T5 ? Petros -- View this message in context: http://www.nabble.com/Local

Re: T5 - Authentication filter

2007-05-11 Thread Eric Chatellier
yes , this is in LoginForm page after redirect by the filter 2007/5/11, Juan Maya <[EMAIL PROTECTED]>: i think u can only access ur ASOs in pages or components. I am not sure about it :S On 5/11/07, Eric Chatellier <[EMAIL PROTECTED]> wrote: > > thanks, it' works

Re: T5 - Authentication filter

2007-05-11 Thread Eric Chatellier
rol the invocation order of the // contributed filter // within the pipeline. configuration.add("Timing", filter); } On 5/11/07, Eric Chatellier <[EMAIL PROTECTED]> wrote: > > hi everyone > > I'm starting using Tapestry 5.0.4 and i'm tying to i

T5 and authentication filter

2007-05-11 Thread Eric Chatellier
hi everyone I'm starting using Tapestry 5.0.4 and i'm tying to implement an authentication filter. In some tapestry 4 samples, code was : public abstract class AuthenticatedPage implements PageValidateListener { public void pageValidate(PageEvent event) { if (!isSessionBe

T5 - Authentication filter

2007-05-11 Thread Eric Chatellier
hi everyone I'm starting using Tapestry 5.0.4 and i'm tying to implement an authentication filter. In some tapestry 4 samples, code was : public abstract class AuthenticatedPage implements PageValidateListener { public void pageValidate(PageEvent event) { if (!isSession