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'>

