[Simpleweb-Support] HTTP Post using Simpleframework 5.1.6
Brought to you by:
niallg
From: Jorge V. <jmv...@it...> - 2013-11-06 11:47:57
|
Hello, I recently update the simpleframework library from the version 4.1.21 to the new 5.1.6 and things started to fall in pieces. The main problem is the absence of the Form data. I updated all my methods to get the form data from the query and pass it as parameters. But i think i'm doing something wrong, because it keeps failing in some spots. I think one of the problems as to do with the fact that now the post parameters are going in the httpclient parameters, and not in the entity as post parameters. Can someone point me in a tutorial on how to do this, something that explains the conversion from the 4.1.21 post method to the 5.1.6 new system. One of the problems that prevents me from doing something like this (* http://stackoverflow.com/a/8129350 <http://stackoverflow.com/a/8129350> *) as to do with the fact that the simpleframework already as an entity that i need to maintaine, and when converting to the HttpPost i don't know how to add the simpleframewokr entity and the entity sugested in the stackoverflow comentary. Can someone give me some directions??? Thanks in advance. Jorge Vicente |