https://issues.apache.org/bugzilla/show_bug.cgi?id=46792





--- Comment #2 from alex <alexander.schm...@it.nrw.de>  2009-03-03 22:25:54 PST 
---
the lines causing the exception are

externalContext = FacesContext.getCurrentInstance().getExternalContext();
requestParameterMap = externalContext.getRequestParameterMap();
// next line causes the exception, you can see the size() call in the stack
trace
if (requestParameterMap != null && requestParameterMap.size() > 0) {
  //do something
  //...
}

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to