Struts1 to Struts2 Migration. Missing getOnsubmit() in FormTag

2021-12-10 Thread Krishnaraj Viswanathan
Hi, I am migrating a big project from Struts1 to Struts2. In our struts1 project, we have extended and customised the org.apache.struts.taglib.html.FormTag. Did some search and found that the org.apache.struts2.views.jsp.ui.FormTag is the equivalent in Struts2. My curr

Struts 6.0.0 Upgrade issue: Security Exception for s:select list attribute that is quite long

2022-07-12 Thread Krishnaraj Viswanathan
Hi, We upgrade our dev environment from Struts 2.5.30 to Struts 6.0.0 and we found that our "s:select" tag with a "list" attribute of time intervals (list="#{'12:00':'12:00 PM', '12:30':'12:30 PM', '13:00':'1:00 PM',... covering the whole day) is now throwing a security Exception as

RE: Struts 6.0.0 Upgrade issue: Security Exception for s:select list attribute that is quite long

2022-07-12 Thread Krishnaraj Viswanathan
Raised this in Stackoverflow and got to know the recent security changes for OGNL https://struts.apache.org/security/#apply-a-maximum-allowed-length-on-ognl-expressions I will work on getting this expression into a variable. ~K -Original Message- From: Krishnaraj Viswanathan Sent

RE: Urgent and priority help on Struts 1.3 upgrade to Struts 6.0

2023-06-04 Thread Krishnaraj Viswanathan
As you have probably already realised, Struts 1 to Struts 2 is a major upgrade. The joke in our team was "the one thing that is common between the two versions is the word Struts". If the existing project is not very complex(I realise this is a relative term), I would actually suggest designin

RE: [External] : Struts 7 upgrade - looking for the javax.servlet.Filter instead of jakarta.*

2025-07-08 Thread Krishnaraj Viswanathan
To my knowledge, WLS 14 is yet to support jakartaEE and it is still on JavaEE. WLS 15c is where the shift is happening. You might have to stay on Struts 6 for WLS 14. Again, this is not something that I know for sure, but something I understood from my initial reading. ~K -Original Messa

RE: [External] : Re: Struts 7 upgrade - looking for the javax.servlet.Filter instead of jakarta.*

2025-07-10 Thread Krishnaraj Viswanathan
Lukasz, Following up on this, does this mean, we will have to migrate to Struts 7 when taking up WLS 15 which supports jakartax.*? ~K -Original Message- From: Lukasz Lenart Sent: Wednesday, July 9, 2025 10:31 AM To: Struts Users Mailing List Subject: [External] : Re: Struts 7