Hi, I want to create a custom RequestHanlder. This RequestHandler will accept some data [in json] and will send the result [in json] to the client.
I have already implemented the receiving part but I have no idea how to send my response. I know the requestCycle in void respond(IRequestCycle requestCycle) has a response member, but I don't know how to fill it with my own data. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Custom-RequestHandler-tp4670261.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
