Results 1 to 1 of 1
- 12-16-2010, 07:35 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 14
- Rep Power
- 0
setMultipartParameters(HashMap) undefined for type DefaultMultipartHttpServletRequest
protected void initializeMultipart()
{
setMultipartFiles( new HashMap() );
setMultipartParameters( new HashMap());
}
-------------------------------------------------------
I got an error while compiling this code: The method setMultipartParameters(HashMap) is undefined for the type new DefaultMultipartHttpServletRequest(){}
But the method "setMultipartParameters(Map)" is defined for the type "DefaultMultipartHttpServletRequest", i confirmed that.
Can you please help me in solving this error.
Similar Threads
-
Error: "The method startsWith(String, String) is undefined for the type StringUtils"
By shihad_s in forum New To JavaReplies: 10Last Post: 12-07-2010, 12:29 PM -
The method myFunction(String) is undefined for the type
By jfill in forum New To JavaReplies: 2Last Post: 05-07-2010, 11:02 PM -
HashMap with unspecified value type
By kleelof in forum New To JavaReplies: 16Last Post: 04-28-2010, 12:57 PM -
How to create a new HashMap from a HashMap entries of other methods
By pandeyalok in forum Advanced JavaReplies: 7Last Post: 12-08-2009, 07:17 PM -
[SOLVED] [newbie] The method GBC(int, int) is undefined for the type FontFrame
By jon80 in forum New To JavaReplies: 0Last Post: 05-27-2009, 04:39 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks