(-> % read write unlearn)

My writings on this area are my own delusion

エンティティとアクションフォーム間のデータ変換

Entity ent = Beans.createAndCopy(Entity.class, ActionForm).execute();

という感じで、BeansのcreateAndCopy()メソッドを使えばいいらしい。
内部的には、エンティティの型を作って、そこにコピーしてくれるとのこと。

参考
http://sastruts.seasar.org/featureReference.html#DataExchange