Output streaming of a servlet2131 (3/14/2007 7:11:23 AM) comp.lang.java.programmer Hi all, I am doing a web application.in that i have comnnected from a javaclass to the servlet using URLConnection APIs.The problem now i amfacing is i need to return some values from the servlet to the call... anu
connect to a servlet3111 (3/12/2007 5:28:27 AM) comp.lang.java.programmer Hi all, i am doing a web application.in that, i need to call a sevlet froma java class.on searching i got the following code.URL url=new URL("http://localhost:8080/Scroll_Sample/index.jsp"); URLConnectio... raavi
File Creation119 (6/30/2006 6:19:22 AM) comp.lang.java.programmer Hi all I am now doing a webapplication involving servlets.i want to creat a dynamic view of an image.the image generated will be of type BufferedImage and i want to write it into a file.i have created th... raavi
character encoding in browser015 (3/10/2006 5:04:43 AM) comp.lang.java.programmer Hi all i am doing a telnet application .i want to display the results through the browser.but due to the character encoding problems there are some missing characters on the start of the page .can anyone he... raavi
JDBC sql query631 (3/2/2006 9:24:10 AM) comp.lang.java.programmer Hi all can anyone suggest an sql query for the following table... The Database table look like Table:TblFnds ID FndID 1 2 1 3 1 5 2 ... raavi
character encoding +missing character sequence221 (2/27/2006 9:12:13 AM) comp.lang.java.programmer Hi i am involved in a telnet application.the user enters input through the jsp and the output is displayed on a jsp.the problem i am facing is that the classes i am using works fine when input is given th... raavi
Hiding menus !!Javascript026 (2/16/2006 7:00:27 AM) comp.lang.java.programmer Hi all I am involved in an application that is using menus. on clicking on the corresponding column of a table the menu has to be displayed.the problem i have to solve is that menu will stay there until cli... raavi
character encoding #3322 (2/16/2006 6:47:15 AM) comp.lang.java.programmer Hi all I am now involved in a telnet application.the problem i am facing is that there are some missing characters .i am using NVTInputStream class for character encoding.if any one has any idea please do te... raavi
character encoding #2034 (2/16/2006 6:47:03 AM) comp.lang.java.programmer Hi all I am now involved in a telnet application.the problem i am facing is that there are some missing characters .i am using NVTInputStream class for character encoding.if any one has any idea please do te... raavi
Missing characters226 (1/31/2006 8:55:39 AM) comp.lang.java.programmer Hi all I am now involved in a telnet application.i am reading the stream as integer and converting it into byte.then i am assigning the character conversion to some sttring buffer.when i am using terminal t... raavi
character encoding #3322 (2/16/2006 6:47:15 AM) comp.lang.java.programmer Hi all I am now involved in a telnet application.the problem i am facing is that there are some missing characters .i am using NVTInputStream class for character encoding.if any one has any idea please do te... anusreeravi(37)
J# and Java431 (2/24/2006 5:18:09 AM) comp.lang.java.programmer Hello. I'm looking for some guidance here. I currently use Visual Studio 2005 and program in Visual Basic. What I'm looking to learn is the Java language. Specifically, programming for J2EE and jsp implimen... nondisclosure007(4)
JDBC sql query631 (3/2/2006 9:24:10 AM) comp.lang.java.programmer Hi all can anyone suggest an sql query for the following table... The Database table look like Table:TblFnds ID FndID 1 2 1 3 1 5 2 ... anusreeravi(37)
JSP redirection1220 (3/14/2006 10:06:06 AM) comp.lang.java.programmer Hello, I have a JSP page a.jsp. My server web is Apache and I use Tomcat. Apache has a known break : it doesn't stop cross-site scripting. So in my JSP, I check the URL to see if the "<" character is not prese... delphine.ziegler(10)
Submit Button multiple click issue321 (4/6/2006 3:20:18 AM) comp.lang.java.programmer Hello Guru's, Do not know if I am posting in the right place and please let me know if it is not. I have an issue with an application that I am building that uses JSP and SERVLETS. Basically when someone cl... david.rifkind(7)
NETBEAN IDE317 (4/17/2006 10:17:24 AM) comp.lang.java.programmer i wrote a JSP code in NETBEAN 5 RC2 version in my webapplication project. does NETBEAN shows design view of the source code ? it shows the source view though. i want to see design view, design + source vie... srcjnu(381)
need help on forward tag......313 (6/1/2006 3:50:05 PM) comp.lang.java.programmer hello Im new to jsp and i am encountring this problem..... im designing a login page....now if the login password and password are entered and then once the user clicks submit.....the validate.jsp page is calle... nagendraprasad.kr