RE: Struts 6.4, Ognl and getters without an underlying field

2024-10-10 Thread Nate Kerkhofs
entire BootstrapSupport class obsolete. > > Kind regards, > > Nate > > -Original Message- > From: Lukasz Lenart > Sent: Sunday, 6 October 2024 07:55 > To: Struts Users Mailing List > Subject: Re: Struts 6.4, Ognl and getters without an underlying field > >

Re: Struts 6.4, Ognl and getters without an underlying field

2024-10-08 Thread Lukasz Lenart
entire BootstrapSupport class obsolete. > > Kind regards, > > Nate > > -Original Message- > From: Lukasz Lenart > Sent: Sunday, 6 October 2024 07:55 > To: Struts Users Mailing List > Subject: Re: Struts 6.4, Ognl and getters without an underlying field > > That

RE: Struts 6.4, Ognl and getters without an underlying field

2024-10-07 Thread Nate Kerkhofs
ubject: Re: Struts 6.4, Ognl and getters without an underlying field That should just work, I don't recall any changes affecting processing this. Could you enable DEBUG level and inspect logs before the error you get. Maybe there is a security WARNING you have missed. czw., 3 paź 2024 o 10:2

Re: Struts 6.4, Ognl and getters without an underlying field

2024-10-05 Thread Lukasz Lenart
nal Message- > From: Nate Kerkhofs > Sent: Thursday, 3 October 2024 10:06 > To: Struts Users Mailing List > Subject: Struts 6.4, Ognl and getters without an underlying field > > Hello, > > I have a Struts 6.4 page with a select, and I have a problem populating the &g

RE: Struts 6.4, Ognl and getters without an underlying field

2024-10-03 Thread Nate Kerkhofs
ssage- From: Nate Kerkhofs Sent: Thursday, 3 October 2024 10:06 To: Struts Users Mailing List Subject: Struts 6.4, Ognl and getters without an underlying field Hello, I have a Struts 6.4 page with a select, and I have a problem populating the list attribute. What I'm trying to do is

Struts 6.4, Ognl and getters without an underlying field

2024-10-03 Thread Nate Kerkhofs
Hello, I have a Struts 6.4 page with a select, and I have a problem populating the list attribute. What I'm trying to do is relatively simple: I have the following action code: public class MachineParameterOverviewBootstrapAction extends OverviewActionSupport implements Expirable { ... } An