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





--- Comment #2 from alex <[email protected]>  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to