Problem with Json plugin in Struts 2

前端 未结 3 1568
孤独总比滥情好
孤独总比滥情好 2020-12-03 15:34

I have the following code and I would to achieve functionality that /getJson will return user object as json and /getJson2 will return user2 as Json object.

         


        
3条回答
  •  渐次进展
    2020-12-03 16:19

    This action provides two properties: user and user2.

    If both /getJson and /getJson2 map to this action class, then they will both respond with the available properties: user and user2.

提交回复
热议问题