Re: Adding request parameters to all async calls to servlets

2009-10-08 Thread Thomas Broyer
On 7 oct, 16:46, Henrique Viecili viec...@gmail.com wrote: Hi fellows... I am faced with this difficult situation: I have a GWT application built in the RPC style for async calls (1 Async interface, 1 RemoteService interface and 1 RemoteServiceServlet implementation) and now there is a

Adding request parameters to all async calls to servlets

2009-10-07 Thread Henrique Viecili
Hi fellows... I am faced with this difficult situation: I have a GWT application built in the RPC style for async calls (1 Async interface, 1 RemoteService interface and 1 RemoteServiceServlet implementation) and now there is a requirement of sending some request parameters to each async call