Re: [Stripes-users] Configuring aspects on ActionBean methods

2008-07-26 Thread GĂ©rald Quintana
2008/7/26, Mario Arias <[EMAIL PROTECTED]>: > > I only work Aspects with Spring, so possibly this isn't your case, but in > Spring only that classes that are managed with the Spring Framework are able > to have aspects. > You can also put AspectJ aspects on objects not managed by Spring. But to

Re: [Stripes-users] Configuring aspects on ActionBean methods

2008-07-26 Thread Oscar Westra van Holthe - Kind
On 26-07-2008 at 07:47, Mario Arias wrote: > > I only work Aspects with Spring, so possibly this isn't your case, but in > Spring only that classes that are managed with the Spring Framework are able > to have aspects. > > In Stripes the ActionBeans aren't managed with Spring At least not unless

Re: [Stripes-users] Configuring aspects on ActionBean methods

2008-07-26 Thread Mario Arias
I only work Aspects with Spring, so possibly this isn't your case, but in Spring only that classes that are managed with the Spring Framework are able to have aspects. In Stripes the ActionBeans aren't managed with Spring sfaust wrote: > > Hi everybody, > > I've got some issues getting aspect

Re: [Stripes-users] Nested Validation

2008-07-26 Thread Levi Hoogenberg
You could also take a look at the expression property of @Validate: http://stripesframework.org/display/stripes/[EMAIL PROTECTED](expression%3D%22%24\%22) On Sat, Jul 26, 2008 at 6:56 AM, Brian Wawok <[EMAIL PROTECTED]> wrote: > Ah good Idea, I didn't think about working backwards and removing t