Hello, we have a JSP application running from eclipse. If we try to post a form to another JSP page, all pot variables returns null using request.getAttibyte o r request.getParameter. If we post the same form to the same page, the getParameter function works fine. Any ideas? Thanks