hockey1314
Jan 29th, 2009, 12:09 PM
I know its a jsp question but i hope someone can help me :)
this is what I have and it displays to a webpage just fine. But i dont like the format. Thats where i need help.
response.getwriter().write("label " + info1);
response.getwriter().write("label2 " + info2);
the code works and displays but it showes everything on one line. How can I get it to display it on 2 lines. i tried writeln and writeline..but duh ...that didnt work..
any ideas.
this is what I have and it displays to a webpage just fine. But i dont like the format. Thats where i need help.
response.getwriter().write("label " + info1);
response.getwriter().write("label2 " + info2);
the code works and displays but it showes everything on one line. How can I get it to display it on 2 lines. i tried writeln and writeline..but duh ...that didnt work..
any ideas.