----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
i wrote a servlet that there are more than 250 item on an select field like:
out.write("<option value='YUNSA'>YÜNSA</option>");
After a special time of option value
response.addCookie(key, value) doesn't work.
But if i limit the option amount like 100-120
response.addCookie(key, value) works.
It sounds doesn't logical to me but when i try it several times i encounter
with such a problem!!
Is there anybody to explain that or solution?
Thanks!!
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]