Re: Please consider annotation support for ScopeInterceptor

2008-05-23 Thread sol myr
Thanks a bunch for looking into this :) No, Tom Schneider's ScopeInterceptor doesn't extend the standard org.apache.struts2.interceptor.ScopeInterceptor. That's kind of my point: IMHO, Mr. Schneider's interceptor has beautiful annotations design, but might benefit from some refinements that ar

Re: Please consider annotation support for ScopeInterceptor

2008-05-23 Thread Musachy Barroso
Does it extend the scope interceptor or is it a brand new one? (for some reason google "browse" is timing out) musachy On Fri, May 23, 2008 at 2:57 PM, sol myr <[EMAIL PROTECTED]> wrote: > Hi, > A kind request / question for the Struts2 development team: > > Would you consider *annotation* based

Please consider annotation support for ScopeInterceptor

2008-05-23 Thread sol myr
Hi, A kind request / question for the Struts2 development team: Would you consider *annotation* based injection of session/application attributes? I'm aiming at something like Tom Schneider's "scope plugin" (from the struts2 plugin repository): http://cwiki.apache.org/S2PLUGINS/scope-plugin.html

Struts2 REST project

2008-05-23 Thread t e
Hi all, I've been working on a project to provide restful services using struts2: http://code.google.com/p/fulworx/ I'm trying to gauge any interest on using any of the code / concepts in this project for the struts rest plugin. I believe some of the approaches I've taken may dovetail nicely. My

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-23 Thread Musachy Barroso
> > Yes I had a similar problem, and is not jdbc specific, it's just > convention scanning too much, I can't really remember what my problem > was, but convention was scanning the whole classpath. I remember what it was, because the jsps in rest-showcase where under the root of webapp, I added @Re

Re: validation problem

2008-05-23 Thread Antonio Petrelli
Please ask this question to the Struts Users mailing list: http://struts.apache.org/mail.html Antonio 2008/5/23 Nuria Martínez <[EMAIL PROTECTED]>: > Hi! > I've got a problem with validation in my struts2 aplication. I have version > 2.0.11.1. > I have a jsp page(page1) loaded in a div of another

validation problem

2008-05-23 Thread Nuria Martínez
Hi! I've got a problem with validation in my struts2 aplication. I have version 2.0.11.1. I have a jsp page(page1) loaded in a div of another jsp page(page2). I need validate the form of the page1, and i haven't be able with struts documentation. Is it possible to do this type of validation? I'