DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14245>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14245

NullPointerException in org.apache.cocoon.environment.http.HttpRequest

           Summary: NullPointerException in
                    org.apache.cocoon.environment.http.HttpRequest
           Product: Cocoon 2
           Version: Current CVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: general components
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


method getParameterValues("name") throws NullPointerException if  
HttpServletRequest.getParameterValues("name") returns null. 
 
It happens when a form doesn't submit any fields with that "name". While 
processing the request: 
1) call request.setCharacterEncoding( "UTF-8" )  
2) try to call request.getParameterValues() -- this gives you the 
NullPointerException

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to