I want to load a page retrieved using a servlet call into a div.
Unfortunately, I want to pass huge data as a parameter for my servlet call and I cannot do this using the $.load function.
Can anybody suggest me a way to call my servlet through Post (I guess, I can send more data through Post) and still use $.load() to load it into my #div.