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
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 {
2 matches
Mail list logo