「Struts2」BeanUtil.getClone()でオブジェクトをコピーするサンプル
サンプルコード
SAMPLE0100Bean nextForm = (SAMPLE0100Bean)next.getModel();
Object obj = BeanUtil.getClone(nextForm);
getSession().setAttribute(“KmDemoKey", obj);
Coding Changes the World
サンプルコード
SAMPLE0100Bean nextForm = (SAMPLE0100Bean)next.getModel();
Object obj = BeanUtil.getClone(nextForm);
getSession().setAttribute(“KmDemoKey", obj);