Re: Question about upgrade to struts2 2.3.34 and session variables

2017-10-02 Thread Lukasz Lenart
2017-09-29 17:35 GMT+02:00 Roslyakova, Svetlana : > Below didn't work. We ended up creating new Map variable in Action, updating > that variable in jsp and setting session from that variable in Action. Thanks for posting back your solution, I think we should start collecting all these small advi

RE: Question about upgrade to struts2 2.3.34 and session variables

2017-09-29 Thread Roslyakova, Svetlana
AM To: Struts Users Mailing List Subject: Re: Question about upgrade to struts2 2.3.34 and session variables 2017-09-26 18:11 GMT+02:00 Roslyakova, Svetlana : > Here is the full example: > > > > > >"> type="text" id="userId" theme="simple&

Re: Question about upgrade to struts2 2.3.34 and session variables

2017-09-27 Thread Lukasz Lenart
2017-09-27 13:49 GMT+02:00 Roslyakova, Svetlana : > 250917 [http-nio-8080-exec-8] WARN > com.opensymphony.xwork2.interceptor.ParametersInterceptor - Parameter > [#session['userList'][0].UserId] matches excluded pattern > [(^|\%\{)((#?)(top(\.|\['|\[")|\[\d\]\.)?)(dojo|struts|session|request|resp

RE: Question about upgrade to struts2 2.3.34 and session variables

2017-09-27 Thread Roslyakova, Svetlana
ay, September 27, 2017 1:24 AM To: user@struts.apache.org Subject: Re: Question about upgrade to struts2 2.3.34 and session variables On 9/26/2017 10:47 PM, Roslyakova, Svetlana wrote: > Hi Yasser, > > Unfortunately it didn't work either. > > Thanks, > > Lana. >

Re: Question about upgrade to struts2 2.3.34 and session variables

2017-09-26 Thread Lukasz Lenart
2017-09-26 18:11 GMT+02:00 Roslyakova, Svetlana : > Here is the full example: > > > > > > >"> type="text" id="userId" theme="simple" name="session. userList > [%{#stat.index}].UserId" value="%{top.UserId}" /> > This should work and I would

Re: Question about upgrade to struts2 2.3.34 and session variables

2017-09-26 Thread Yasser Zamani
any related WARN. [1] https://struts.apache.org/docs/devmode.html > -Original Message- > From: Yasser Zamani [mailto:yasser.zam...@live.com] > Sent: Tuesday, September 26, 2017 1:49 PM > To: user@struts.apache.org > Subject: Re: Question about upgrade to struts2 2.3.34 and

RE: Question about upgrade to struts2 2.3.34 and session variables

2017-09-26 Thread Roslyakova, Svetlana
Hi Yasser, Unfortunately it didn't work either. Thanks, Lana. -Original Message- From: Yasser Zamani [mailto:yasser.zam...@live.com] Sent: Tuesday, September 26, 2017 1:49 PM To: user@struts.apache.org Subject: Re: Question about upgrade to struts2 2.3.34 and session variables

Re: Question about upgrade to struts2 2.3.34 and session variables

2017-09-26 Thread Yasser Zamani
m: Yasser Zamani [mailto:yasser.zam...@live.com] > Sent: Tuesday, September 26, 2017 1:12 PM > To: user@struts.apache.org > Subject: Re: Question about upgrade to struts2 2.3.34 and session variables > > > > On 9/26/2017 7:41 PM, Roslyakova, Svetlana wrote: >> Here is th

Re: Question about upgrade to struts2 2.3.34 and session variables

2017-09-26 Thread Yasser Zamani
; It all worked before the upgrade. > > Thanks, > > Lana. > > > > -Original Message----- > From: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Sent: Tuesday, September 26, 2017 11:39 AM > To: Struts Users Mailing List > Subject: Re: Question about

RE: Question about upgrade to struts2 2.3.34 and session variables

2017-09-26 Thread Roslyakova, Svetlana
= userId; } It all worked before the upgrade. Thanks, Lana. -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Tuesday, September 26, 2017 11:39 AM To: Struts Users Mailing List Subject: Re: Question about upgrade to struts2 2.3.34 and session v

Re: Question about upgrade to struts2 2.3.34 and session variables

2017-09-26 Thread Lukasz Lenart
2017-09-26 17:27 GMT+02:00 Roslyakova, Svetlana : > Hi Lukasz, > > I have another issue with struts2 2.3.34 upgrade. > We are using session variables throughout the application: > > name="session.user.UserId" value="%{top.UserId}" /> What getters/setters do you have for UserId? And why do you use

RE: Question about upgrade to struts2 2.3.34 and session variables

2017-09-26 Thread Roslyakova, Svetlana
Hi Lukasz, I have another issue with struts2 2.3.34 upgrade. We are using session variables throughout the application: After the upgrade, the session variable is not updated anymore. Any advice? Thanks, Lana. -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org]