StringBuffer limit

Hello,

i have a StringBuffer sb. In my code, i "append" a page html in many lines.

this html have some vars of Java (a form send this vars to my page)

the problem: if the form have many caracteres, my page stop the proccess and still this:

Title: value of form

Title:

title: option <td height='30' class='***_traba

understand?

my page it's just sb.append("html code");

there is nothing to create this error.

If i delete a table or a line of the table, for example, the code still this:

Title:

title: option ><td height='30' class='***_trabalhe_conosco"

allright?

please,

help me!!

Thanks'>

[718 byte] By [lounaticoa] at [2007-11-27 4:49:21]
# 1
I am not really sure I understand.However, if you want an effecient program, why not process it in small chunks since it is so big? You use up a lot of memory resources that way.Message was edited by: kdajani
kdajania at 2007-7-12 10:02:26 > top of Java-index,Java Essentials,Java Programming...