Re: Two quickies; #session, and old "completeStack"

2013-07-02 Thread Lukasz Lenart
2013/6/22 Dave Newton : > 1) Where does #session get set now? It used to happen in the old > dispatcher, IIRC. Now the only place I see after cursory inspection is in > CreateSessionInterceptor, which isn't in the default stack. > > Does this mean that #session doesn't contain the current servlet s

Jenkins build is back to normal : Struts2-JDK6 #742

2013-07-02 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

RE: Two quickies; #session, and old "completeStack"

2013-07-02 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Tue, 2 Jul 2013 09:04:20 +0200 > Subject: Re: Two quickies; #session, and old "completeStack" > To: dev@struts.apache.org > > 2013/6/22 Dave Newton : > > 1) Where does #session get set now? It used to happen in the old > > dispatcher, IIRC. Now the onl

Re: Two quickies; #session, and old "completeStack"

2013-07-02 Thread Dave Newton
On Tue, Jul 2, 2013 at 3:04 AM, Lukasz Lenart wrote: > 2013/6/22 Dave Newton : > > 1) Where does #session get set now? It used to happen in the old > > dispatcher, IIRC. Now the only place I see after cursory inspection is in > > CreateSessionInterceptor, which isn't in the default stack. > > > >

Re: Two quickies; #session, and old "completeStack"

2013-07-02 Thread Lukasz Lenart
2013/7/2 Dave Newton : >> > 2a) Like the old dispatchers ;) >> >> Why? > > Because they're deprecated? > > I still see new questions on SO for S2.1+ with the old filters in place. We suppose to remove them ages ago ;-) Thus should be done in 2.5 though. Regards -- Ɓukasz + 48 606 323 122 http:/

Re: Struts annotations limited to specific methods

2013-07-02 Thread Paul Benedict
My first idea was to add an "actions" attribute on the validator annotations. For example: @RequredStringValidator(key="firstName", actions={ "execute", "forward" }) Lacking the attribute means all methods, of course. Thoughts? On Tue, Jul 2, 2013 at 1:37 AM, Lukasz Lenart wrote: > 2013/6/29

Re: Struts 2 Getting Started Tutorials and Example Applications

2013-07-02 Thread bphill...@ku.edu
Yes - keeping all the dependencies up-to-date in 20 some projects that each use Ant to build became too time consuming. It's not just the Struts 2 dependencies but also the other artifacts that must be updated. There are probably ways to work around that but I cannot think of one that is not IDE