EnablingJSONIN: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 84: Line 84:
</code>
</code>


Then you will be able to communicate with ExtJS 4 using the following model definition:
You will be able to send tAddProductRequest as JSON from the client side as the request parameter
 
 
To parse the incoming request from  ExtJS 4 you could use the following model definition:


<code lang="javascript">
<code lang="javascript">
Line 110: Line 113:


</code>
</code>
You will be able to send tAddProductRequest as JSON from the client side as the request parameter
1,134

edits