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 <[email protected]> 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 <[email protected]> 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 [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.
