Receive method POST
-
Hi Lohbihler,
i want to know how can i receive the method POST in my .jsf or .jsp ?
sorry my ignorance...
and thanks for your patienceregards,
Mario -
You want to receive data in your custom view? You can't update point values with the data, but you could use the values in the rendering of the page (although that doesn't really achieve a lot).
If you want to get data into points via POST, you should use the HTTP Receiver data source.