Re: Question about upgrade to struts2 2.3.34 and s:hidden tag

2017-09-25 Thread Lukasz Lenart
Hi I was just want to point to you to this [1] and especially to this issue [2] as now tag follows xhtml theme specification. [1] https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.20 [2] https://issues.apache.org/jira/browse/WW-4297 Regards -- Łukasz + 48 606 323 122 http://www

RE: Question about upgrade to struts2 2.3.34 and s:hidden tag

2017-09-25 Thread Roslyakova, Svetlana
I was able to resolve the issue. We didn’t have ‘theme=”simple”’ on the tags. Once I’ve added it to the tags, the issue went away. From: Roslyakova, Svetlana Sent: Monday, September 25, 2017 5:39 PM To: 'Struts Users Mailing List' Subject: RE: Question about upgrade to struts2 2.3.34 and s:hid

RE: Question about upgrade to struts2 2.3.34 and s:hidden tag

2017-09-25 Thread Roslyakova, Svetlana
A little more information. I have the following form: If I use tag in one of my jsp pages that are used as tiles in the above form, the pages are displayed one after another on the screen, instead of being displayed side by side. If I ch

Question about upgrade to struts2 2.3.34 and s:hidden tag

2017-09-25 Thread Roslyakova, Svetlana
The only error is in Chrome: [cid:image001.png@01D3361F.31808A30] Not sure what resource it’s looking for in localhost/ Thanks, Lana. -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Monday, September 25, 2017 2:11 PM To: Struts Users Mailing List

Re: Question about com.opensymphony.xwork2.util.LocalizedTextUtil

2017-09-25 Thread Lukasz Lenart
2017-09-25 20:05 GMT+02:00 Roslyakova, Svetlana : > Hi, > > We have upgraded to struts2 version 2.3.34. > > After the upgrade s:hidden field stopped working. If I remove s:hidden tag > from the jsp page, the page is displayed correctly, with the the screen, css stop working. > > Any advice? Do

RE: Question about com.opensymphony.xwork2.util.LocalizedTextUtil

2017-09-25 Thread Roslyakova, Svetlana
Hi, We have upgraded to struts2 version 2.3.34. After the upgrade s:hidden field stopped working. If I remove s:hidden tag from the jsp page, the page is displayed correctly, with the mailto:kl...@tachtler.net] Sent: Friday, September 22, 2017 9:40 AM To: user@struts.apache.org Subject: Questi

Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Michael Smith
You are have a instead of on row 1 On 25 Sep 2017 11:39, "Palani, Sambasivam" wrote: > Hi Team, > > We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to > fix the vulnerability issues. > > We followed below steps, > > 1. Replaced > > o struts2-core-2.3.34.jar > >

Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Yasser Zamani
Hello Palani, I could not guess how that issue is related to Struts? Is that table or it's parent or parents generated by Struts? On 9/25/2017 1:29 PM, Palani, Sambasivam wrote: > Hi Team, > > We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to > fix the vulnerability is

Re: About Oracle Security Alert Advisory - CVE-2017-9805

2017-09-25 Thread Yasser Zamani
Hello Emi, According to [1] and [2], yes. It's code is S2-052 and resolved in 2.3.34 and 2.5.13. [1] http://mail-archives.apache.org/mod_mbox/www-announce/201709.mbox/%3CCAMopvkNPG--EVqRtg4rO0G1bYrJ0cgYiBh=P=o2poezq8kv...@mail.gmail.com%3E [2] http://mail-archives.us.apache.org/mod_mbox/www-an

About Oracle Security Alert Advisory - CVE-2017-9805

2017-09-25 Thread Emi
Hello, Just want to double check, for struts2.5.13 and 2.3.34, the following issue has been covered and resolved, right? http://www.oracle.com/technetwork/security-advisory/alert-cve-2017-9805-3889403.html Thanks a lot. -

Re: Question about com.opensymphony.xwork2.util.LocalizedTextUtil

2017-09-25 Thread Lukasz Lenart
2017-09-22 21:01 GMT+02:00 Klaus Tachtler : > Hi, > > thank you once again for your support, Łukasz and Adam! > > @Łukasz: you're absolutly right to say: > "I would rather pass a localised string to the bean (if possible), this > creates a dependency on Struts in non-Struts related bean" > > Depend

Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Palani, Sambasivam
Hi Team, We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to fix the vulnerability issues. We followed below steps, 1. Replaced o struts2-core-2.3.34.jar o struts2-tiles-plugin-2.3.34 o xwork-core-2.3.34 o all tiles-- 2.2.2 o Updated dependent jar

Re: Extending StrutsTypeConverter :: How to detect specific type of "Class toClass"?

2017-09-25 Thread Lukasz Lenart
2017-09-25 5:04 GMT+02:00 Burton Rhodes : > When extending the StrutsTypeConverter, is there anyway to figure out if > the "toClass" is a List or a List? I have found that when > converting data from a submitted webpage that has a value of a List in a > single variable, the standard struts convers