|
-
Jan 29th, 2009, 01:09 PM
#1
Thread Starter
Addicted Member
[RESOLVED] stupid JSP question
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|