Re: [EXTERNAL] Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-12 Thread Lukasz Lenart
bbf4[war:BBS/BBSWeb.war] > > Can you please assist us. > > Thanks. > > > Noel Deleon > CRIS/ICRIS, 201-828-8524 > > > > > > > > > -Original Message- > From: Lukasz Lenart > Sent: Friday, January 12, 2024 12:40 AM > To: Struts Users M

RE: [EXTERNAL] Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-12 Thread ndeleon
] Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2 CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin. == czw., 11

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-11 Thread Lukasz Lenart
czw., 11 sty 2024 o 22:49 Burton Rhodes napisał(a): > > If I were to guess they removed the "?no_esc" flag in version 6.x in the > .ftl file. That said, it's easy to override this. (Assuming you are > using the Struts "simple" template) Locate the file > [struts2-core-6.3.0.2.jar]\template\simpl

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-11 Thread Burton Rhodes
To "Struts Users Mailing List" Date 1/11/2024 7:27:44 AM Subject Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2 Hi Lukasz, I tried testing with the latest Snapshot generated on the 9th of Jan. Good news is, the issue is resolved in this version. Thank you for a

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-11 Thread Pranish Srigiri
Hi Lukasz, I tried testing with the latest Snapshot generated on the 9th of Jan. Good news is, the issue is resolved in this version. Thank you for all the help. I have an other question related to the same tag. We've used the tag like this in one of our pages. The above tag was rendered like t

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Pranish Srigiri
Thanks for all the information Lukasz. Regards, Pranish Srigiri Sent from Gmail Mobile On Wed, 10 Jan 2024 at 1:29 AM, Lukasz Lenart wrote: > wt., 9 sty 2024 o 20:01 Pranish Srigiri napisał(a): > > Hi Lukasz, > > I'm not sure if the PR is included in the present Snapshot available > here. >

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Lukasz Lenart
wt., 9 sty 2024 o 20:04 Pranish Srigiri napisał(a): > I also noticed that 6.4 requires a new dependency called caffein. My server > wasn't starting until I included this dependency, > https://central.sonatype.com/artifact/com.github.ben-manes.caffeine/caffeine Yes, this is something to be address

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Lukasz Lenart
wt., 9 sty 2024 o 20:01 Pranish Srigiri napisał(a): > Hi Lukasz, > I'm not sure if the PR is included in the present Snapshot available here. > https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts2-core/6.4.0-SNAPSHOT/ > I tried to test with this version of the Snapshot

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Pranish Srigiri
I also noticed that 6.4 requires a new dependency called caffein. My server wasn't starting until I included this dependency, https://central.sonatype.com/artifact/com.github.ben-manes.caffeine/caffeine Thanks and Regards, Pranish Srigiri On Wed, Jan 10, 2024 at 12:31 AM Pranish Srigiri wrote:

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Pranish Srigiri
Hi Lukasz, I'm not sure if the PR is included in the present Snapshot available here. https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts2-core/6.4.0-SNAPSHOT/ I tried to test with this version of the Snapshot but unfortunately the issue wasn't resolved, so I guess the P

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Lukasz Lenart
pon., 8 sty 2024 o 20:21 Pranish Srigiri napisał(a): > Hi Lukasz, > I think the PR could address the problem. I see that the fix-version of > WW-5365 is 6.4. When do you think v6.4 is going to go 'GA'? Is there a way > to test this PR? Version 6.4.0 will be released once this issue is resolved [1

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-08 Thread Pranish Srigiri
Hi Burton, The values are not based off an enum. The radio is linked to a String in the Action. I came across a question posted by Nate Kerkhofs on the 23rd of Nov, 2023. This helped me in resolving the issue by removing the 'value' attribute from the tag. We've used the tag more than 300 times i

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-07 Thread Lukasz Lenart
Could this PR [1] address your problem? [1] https://github.com/apache/struts/pull/835 Regards Łukasz - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-05 Thread Burton Rhodes
Curious... are the values based off an enum (as opposed to a String)? This was an issue for me at one point. -- Original Message -- From "Pranish Srigiri" To user@struts.apache.org Date 1/5/2024 2:46:36 PM Subject Trouble with tag after upgrading from struts v2.5.31 t

Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-05 Thread Pranish Srigiri
Hi All, I have a situation in my project where the radio buttons are not selected by default. This has only started happening after I upgraded struts to v6.3.0.2 Just a heads up, I've upgraded all the dependencies like OGNL, Freemarker, after I upgraded struts to v6.3.0.2 I have a tag which looks l