Re: [iText-questions] Page size question

2005-09-27 Thread Bruno Lowagie
Sandor Rozsa wrote: String pageSize = request.getParameter("pageSize"); So the pageSize variable is a String object. PageSize.pageSize Here you are calling the static member variable pageSize of class PageSize. Inside class PageSize, there is no public static Object pageSize So th

[iText-questions] Page size question

2005-09-27 Thread Sandor Rozsa
Hi iTexters, just a dumb java newbie quickie: i'm trying to pass the page size from my HTML to the servlet: public class HelloWorldServlet extends HttpServlet { /** * Returns a PDF, RTF or HTML document. * * @see javax.servlet.http.HttpServlet#doGet(javax.ser