Hi, For example: I am having, String str="I like struts; I like webworks"; > I want that string to be displayed as two lines in textarea. >
try using HTML special char: , like String str="I like struts; I like webworks"; I found this some where. ManiKanta