Output in java mapped:

Output in java mapped:

klermannklermann Posts: 277Questions: 67Answers: 1

Hello, I mapped the object that arrives on my server in java and I get the following output: Can you tell me if the datatable editor is influencing this output in this format? If influencing, how to change to bring me the exact results in the same way as the editor?

Output in java mapped:
{action=[Ljava.lang.String;@4ecf2c5e,
data[0][descricaoReceita]=[Ljava.lang.String;@6a3b6cfa,
data[0][dataReceita]=[Ljava.lang.String;@1b96540b,
data[0][valorReceita]=[Ljava.lang.String;@16b4674d,
data[0][receitaFixa]=[Ljava.lang.String;@212e1419,
data[0][receitaCor]=[Ljava.lang.String;@1043f07a,
data[0][minhasContas]=[Ljava.lang.String;@39dcc875,
data[0][tipoReceitas]=[Ljava.lang.String;@ce75e0c,
data[0][receitaFixaQuantidade]=[Ljava.lang.String;@5d380d55,
data[0][receitaFixaTempo]=[Ljava.lang.String;@52f7e6a8,
data[0][etiquetas]=[Ljava.lang.String;@d3713e3,
data[0][addObservacao]=[Ljava.lang.String;@3b163b77}

Answers

  • allanallan Posts: 63,210Questions: 1Answers: 10,415 Site admin

    This page documents the format that Editor will submit to the client-side and also the JSON it expects in return.

    If you want to modify the data before it is sent to the server, you can use ajax.data or preSubmit.

    Allan

This discussion has been closed.