Re: Struts 7 issue while posting the data

2025-05-15 Thread Prasanth
You have to annotate the set method for that class in your action with @StrutsParameter(depth=1). int depth The depth to which parameter injection is permitted, where a depth of 0 only allows setters/fields directly on the action class. Setting within a POJO on an ac

Struts 7 issue while posting the data

2025-05-15 Thread Priyanka Vaddadi
Hi We are migrating from struts 2.3 to struts 7.0.0 As part of this migration I am facing below issue There is a action class in my project in which we defined SupplierSearchData variable as below public final class CgSupplierMgmtSearchAction extends EmsWebAction implements ValidationAware {