RE: Query regarding printing and closing Jasper reports in Struts2.5

2024-03-20 Thread Nate Kerkhofs
itself. That said, it is possible to use the "afterprint" event in the browser to automatically execute JavaScript code to close the browser window after printing. https://developer.mozilla.org/en-US/docs/Web/API/Window/afterprint_event Regards, Nate Kerkhofs -Original Message

RE: Radio button selection is not being saved on the front end

2024-03-11 Thread Nate Kerkhofs
Ɓukasz, I think this might be related to the issue I reported in November last year which will be fixed in Struts 6.4 (https://issues.apache.org/jira/browse/WW-5365). While it's not a Boolean radio button, it does sound like this is because the value is being processed as a string literal and

Can I use Thymeleaf as the template engine for Struts 6?

2024-03-08 Thread Nate Kerkhofs
Hi, We have a project that we're preparing to upgrade to Java 17. It currently uses Struts 6.3 with jsp results as framework for the web interface and Spring 5.2 as framework for a REST API. We are waiting for Struts 6.4, but we also will eventually upgrade to Struts 7 once that's released, as

RE: Struts Java 17 and J2EE9 support

2024-02-20 Thread Nate Kerkhofs
Hi, Thanks for the update on the status of Struts 7. Is there a specific launch window Apache is targeting for the launch of Struts 7 and the associated migration guide? Regards, Nate -Original Message- From: Lukasz Lenart Sent: Monday, 19 February 2024 17:36 To: Struts Users

RE: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-30 Thread Nate Kerkhofs
Hi, I have created WW-5365 (https://issues.apache.org/jira/browse/WW-5365). Note that I'm not used to creating Jira issues for Apache projects, so I may have made some errors when creating the issue. Any improvements to the metadata and/or contents of this issue are welcome and appreciated.

RE: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-27 Thread Nate Kerkhofs
----Original Message- From: Nate Kerkhofs Sent: Monday, 27 November 2023 10:16 To: user@struts.apache.org Cc: Lukasz Lenart Subject: RE: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack Hello Lukasz, Apologies for this, I was under the impression that se

RE: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-27 Thread Nate Kerkhofs
${itemCssClass}"<#rt/> <#if itemCssStyle?has_content> style="${itemCssStyle}"<#rt/> <#if itemTitle?has_content> title="${itemTitle}"<#rt/> <#else> <#if parameters.title?has_content> title="${parameters.title}"

Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-24 Thread Nate Kerkhofs
ue attribute, or should I just leave out the value attribute entirely, instead relying solely on the name attribute set on the tag? Kind regards, Nate Kerkhofs