I have problem in creating a generic RequestContext that has common methods such as persist, update, remove and other Request classes extend this class. I got following exception :
com.google.web.bindery.requestfactory.server.ReportableException: Could not locate RequestContext operation after some googling found this issue<http://code.google.com/p/google-web-toolkit/issues/detail?id=6794> and also this post<http://stackoverflow.com/questions/7433910/requestfactory-service-inheritance-on-the-client-in-gwt-2-4>. and I think it's not resolved yet. is there anyway to do this that I need not to repeat every method in all Request classes ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
