But the data I got from the request is gwt MIME type. And my requirement is whenever there are some particular parameter key-value in request, do some logic and store it in session. So to handle this?
On May 17, 9:46 pm, mdwarne <mike.wa...@gmail.com> wrote: > Oh.. And don't forget to call: > super(req,resp); inside your over-ridden service(req,resp) method. > otherwise your RPC's will not execute and will time out. > > Mike. > > On May 17, 6:43 am, mdwarne <mike.wa...@gmail.com> wrote: > > > You can override this method in your RPC servlet. > > > @Override > > public void service(HttpServletRequest req, HttpServletResponse > > resp) > > throws ServletException,IOException { > > > } > > > This method executes for each RPC call. > > > Aloha, > > Mike. > > > On May 17, 12:47 am, Jiunarayan <jiunara...@gmail.com> wrote: > > > > I want to have some kind of common method or like entry method for > > > putting some common things in session attribute,based on some > > > parameter, before any RPCSeviceImpl method is called. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.