ひがです。
> 小林 (koichik) です.
>
> > ServiceからSessionの参照の仕方もわかりません。
>
> Dto に @Component アノテーションを付けてインスタンス
> 属性を session にします.
>
> @Component(instance=InstanceType.PROTOTYPE)
@Component(instance=InstanceType.SESSION)
> public class XxxDto {
> ...
> }
ですね。
一応念のため。