Re: application based annotations

2008-03-05 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > In other world, do you mean that an action with an > interceptor ref will not work with struts 2.0.11 ? I mean there's no interceptor annotations in 2.0.11 and, as I said, I don't recall if it's been added in 2.1 or not. > An idea about the availlability of the 2.1

Re: application based annotations

2008-03-05 Thread meissa . sakho
A Struts Users Mailing List cc Objet Re: application based annotations S2.0 doesn't have interceptor ref annotations [1]. This functionality may have been added in S2.1; I don't recall at the moment. Dave [1] http://struts.apache.org/2.x/docs/annotations.html --- [EMAIL PROT

Re: application based annotations

2008-03-04 Thread Dave Newton
S2.0 doesn't have interceptor ref annotations [1]. This functionality may have been added in S2.1; I don't recall at the moment. Dave [1] http://struts.apache.org/2.x/docs/annotations.html --- [EMAIL PROTECTED] wrote: > > Hi all, > > I'm trying to build an application by applying ZERO configu

application based annotations

2008-03-04 Thread meissa . sakho
Hi all, I'm trying to build an application by applying ZERO configuration (only annotation) pattern. I have some actions that have some interceptors defined inside just like below:. /login.jsp I would like to know if there is an action annotation feature covering t