Re: Help needed for Struts 6.6.0 tagnames in UIBean.java

2024-10-03 Thread Santu Dhua
Hi All- it was resolved, had to change to from . *Thanks & Regards* *Santu Dhua* On Thu, Oct 3, 2024 at 2:06 AM Santu Dhua wrote: > Hi Lukasz- we are migrating from Struts 6.0.0(with jdk1.8) to Struts > 6.6.0(with jdk21). > Yes, the issue is occurring for a element, which is inside a > form

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

2024-10-03 Thread Nate Kerkhofs
Hello, One small correction: it's a Struts 6.3 project, not 6.4. We were planning on upgrading to 6.4 or a later 6.X version, but because we still need to upgrade to 7.0 this release anyway we decided to skip any upgrades in between. Kind regards, Nate Kerkhofs -Original Message- From

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