Those three errors are pretty perplexing: The method getRequestDispatcher(String) is undefined for the type HttpServletRequest The method setAttribute(String, String) is undefined for the type HttpServletRequest The method getLocale() is undefined for the type HttpServletRequest
Those methods are all valid, so there must be something very wrong with your application server configuration. Are you able to run other Java web applications? Any JBoss experts out there? What could be going wrong? - Dave
