You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/11/07 19:14:58 UTC

[jira] [Commented] (WW-4709) Invalid field value for field "id"

    [ https://issues.apache.org/jira/browse/WW-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645112#comment-15645112 ] 

ASF subversion and git services commented on WW-4709:
-----------------------------------------------------

Commit b287a9546a5212bb8c045194f6a6e39aa578017d in struts's branch refs/heads/master from [~lukaszlenart]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=b287a95 ]

WW-4709 Defines toString as it's used in JSON serialisation


> Invalid field value for field "id"
> ----------------------------------
>
>                 Key: WW-4709
>                 URL: https://issues.apache.org/jira/browse/WW-4709
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - REST
>    Affects Versions: 2.5.5
>            Reporter: winix
>             Fix For: 2.5.6
>
>
> The "id" field of Model(ModelDriven) is set to the wrong value.
> E.g: /struts2-rest-showcase/orders/3.json
> {code:javascript}
> {"amount":33,"clientName":"Bob","id":"org.apache.struts2.dispatcher.Parameter$Request@53e65f44"}
> {code}
> The "id" value should be 3.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)