「Struts2」BeanUtil.getClone()でオブジェクトをコピーするサンプル

サンプルコード

SAMPLE0100Bean nextForm = (SAMPLE0100Bean)next.getModel();
Object obj = BeanUtil.getClone(nextForm);

getSession().setAttribute(“KmDemoKey", obj);

Java

Posted by arkgame