Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-26 Thread Murali Challa
Hi Lukasz, Yes, the values in session exist. We are able to iterate through session.list and while trying to print values of session.list using EL, empty values are getting printed. EL is inside tag and we can see table with empty rows (here rows count is equal to session.list size) is getting

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-26 Thread Lukasz Lenart
śr., 22 sty 2025 o 11:25 Murali Challa napisał(a): > Not sure why it is printing empty values while iterating through session > list. Could you confirm the value in session exists? Something like this: https://struts.apache.org/getting-started/http-session#accessing-http-session-objects-in-the-

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-26 Thread Lukasz Lenart
Hi Heikki, First of all, could you start a new thread as this one is about migrating from Struts 2.5.x to 6.x and your problem is related to migrating to Struts 7.x? Also could you share a full example of your Java & JSP code? Looks like the and are connected based on the used ${subject} variabl

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-26 Thread Dave Newton
On Sun, Jan 26, 2025 at 22:53 Heikki Hyyrö wrote: > I would of course *love* to provide a small example, but it seems a bit > difficult (would probably require quite considerable effort for just > that purpose). The application in question contains e.g. 100+ JSP files > and the pages are composed

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-26 Thread Heikki Hyyrö
Hi, I would of course *love* to provide a small example, but it seems a bit difficult (would probably require quite considerable effort for just that purpose). The application in question contains e.g. 100+ JSP files and the pages are composed in a component-wise/hierarchical manner with the

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-26 Thread M Huzaifah
Hii Heikki Hyyro, Could you please provide us small project that contain your problem, so all of us in here can help you up. Thank you On Sun, Jan 26, 2025 at 5:26 PM Heikki Hyyrö wrote: > > Thanks Lukasz, > > and sorry about the confusion! Yes, I did browse through some of the > release notes

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-26 Thread Heikki Hyyrö
Thanks Lukasz, and sorry about the confusion! Yes, I did browse through some of the release notes after your and Wolfgang's comments regarding xwork2 packages. At that point I then added name="struts.allowlist.enable" value="false"/> in struts.xml. But it seems I at the same time also accident

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-26 Thread Lukasz Lenart
These kinds of issues are very hard to debug or investigate, so it would be good to prepare a small demo app reproducing the issue. You can use one of the struts-examples app as a starting point https://github.com/apache/struts-examples/ Thanks in advance Łukasz -