Re: RequestFactory remove() not working

2010-11-25 Thread atoy40
Hello, the RF Servlet (check JsonRequestProcessor#getSideEffects() method) try to get your entity (using your find static method) to determine the type of WriteOperation to return to the client. It return a DELETE operation only if it get a null return value. To have this behavior, you've to

Re: RequestFactory - Send error to client

2010-11-19 Thread atoy40
Hello, i have the same problem and the same interrogation (intentional or not ?) If you look on the RF doc, all code examples use RequestT to fire(), but all the real samples (DynaTableRF, Expenses) I've studied use RequestContext to fire() instance request. And is there any other differences