Re: URI encoding for custom servlets

2008-10-16 Thread Nikolay Samofatov
Hi, All! Never mind my question. I so far have found decent workarounds for GWT hosted mode servlet character encoding issues. This is how the file generator code looks like: public class ExcelServlet extends HttpServlet { public void doGet( HttpServletRequest request,

URI encoding for custom servlets

2008-10-15 Thread Nikolay Samofatov
Hi, All! GWT 1.5.2/Windows. We are trying to implement servlets (e.g.: public class ExcelServlet extends HttpServlet) to serve generated Excel files for GWT applications. We pass certain parameters for servlet via URI encoding, e.g. link.append(a target=\_blank\ href=\./excelServlet?);