Hi,
I am using restlet, a REST framework. I get a page through a GET request and then i have form in it which POST to itself only.I get the following error
java.lang.IllegalStateException: The Web form cannot be parsed as no fresh content is available. If this entity has been already read once, caching of the entity is required
what is the mistake i am doing? infact it goes to the POST handler method acceptRepresentation() but this exception is thrown the moment i write Form f = new Form(entity);
Can someone help me i am hooked up in this for last 3 days.....its urgent...
Thanks,
Amit