Giving an empty json result while executing struts 2 action class
问题 Im trying to retrieve data from DB using hibernate ORM and get the out-put as json result using Struts2. Everything work up to retrieving data from DB, but for the json result I get only {} . I think I have done something wrong with my coding. But need some help to figure it out. Here is my Action class : @ParentPackage("json-default") public class SocialIconsAction extends ActionSupport { private List<TiendayaCurrencies> _currency; public List<TiendayaCurrencies> getCurrency() { return