How should i use json plugin for struts 2 if may package extends hibernate-default?
Posted
by Moni
on Stack Overflow
See other posts from Stack Overflow
or by Moni
Published on 2010-05-26T13:39:27Z
Indexed on
2010/05/26
13:41 UTC
Read the original article
Hit count: 182
struts2
|jsonplugin
I have a package that extends hibernate-default and I would like to use json plugin too, but if I write extends="hibernate-default,json-default" I cannot use hibernate anymore because my session is always null. Why is my session null? If my package extends only hibernate-default session is not null.
© Stack Overflow or respective owner