Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.5
-
None
Description
The "id" field of Model(ModelDriven) is set to the wrong value.
E.g: /struts2-rest-showcase/orders/3.json
{"amount":33,"clientName":"Bob","id":"org.apache.struts2.dispatcher.Parameter$Request@53e65f44"}
The "id" value should be 3.