Unable to call servlet from javascript -
i calling servlet using code:
document.location.href= '${pagecontext.request.contextpath}/dropdown';
while function called using onload
when page gets loaded, getting following http 404 error:
$%7bpagecontext.request.contextpath%7d
Comments
Post a Comment