[S2] Can an interceptor save the request to use it later ?

2008-05-26 Thread Andrea Vettori
Hi, I have a login interceptor that checks the presence of a token in the session. If the token is not present it returns LOGIN; if present it invokes the action. LOGIN is a global result that calls the login action. What I want to do is: after the login is completed the system should p

Re: [RESULT] Struts 2.1.2 test build

2008-05-26 Thread James Holmes
Excellent news! On Sat, May 24, 2008 at 11:31 PM, Don Brown <[EMAIL PROTECTED]> wrote: > The Struts 2.1.2 vote has passed with the following results: > > +1 Beta: 5 binding, three non-binding > +1 Beta: 1 binding > > I'm moving the release files over to the mirrors now and will announce > the p

STRUTS with JSF

2008-05-26 Thread khalod85
I've an application the first module is implemented by STRUTS and the second module needs to be implemented by JSF I'm working with myEclipse as my IDE and JBoss as a web server when I added the JSF capabilities to my project and tried to launch the web application I noticed that the JBoss CPU his

Re: [S2] Can an interceptor save the request to use it later ?

2008-05-26 Thread Antonio Petrelli
Please ask this question to the Struts Users mailing list: http://struts.apache.org/mail.html Ciao Antonio 2008/5/27 Andrea Vettori <[EMAIL PROTECTED]>: > Hi, > > I have a login interceptor that checks the presence of a token in the > session. If the token is not present it returns LOGIN; if pres