1. Sending object to Servlet throws an error I cant resolve stackoverflow.comI am sending a string from an Applet to a Servlet. When I go to get the output stream from the URLConnection I get the exception thrown java.net.UnknownServiceException: protocol doesn't support ... |
2. Sending automated mails -- Error -Not working coderanch.com |
3. ways to send Jsp Error Page coderanch.com |
4. Best way to send error page in Jsp coderanch.com |
5. ways to send Jsp Error Page coderanch.com |
6. Error in sending attachment in JSP coderanch.com |
7. ways to send error page to another Jsp or servlet coderanch.com |
8. i am getting javax.crypto.illegalblocksizeexception error while sending more than 4kb java-forums.orgI m building a application which encrypts and decrypts data using ECC key and uses base64 des algo.My program works for only one line of data. If it exceeds its not decrypting showing above title as ERROR . I think its cache size limit , which is hampering. kindly note code below and HELP ME OUT!!!!!! package p2; import javax.crypto.*; import ... |
9. Sending 404 error (with jsp includes) forums.oracle.com |
10. Sending 404 error (with jsp includes) forums.oracle.comBut (there is the problem), if i call to inde1.jsp HELLO is displayed and 20OK is coming back form my server But should display a 404 error, right? This problem is drive me crazy. Any ideas? Move the snippet : <% response.sendError(HttpServletResponse.SC_NOT_FOUND); %> to index1.jsp works, but i need to have that code in index2.jsp (like i said at the beginning ... |