This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
Hi, I�ve created a Content Editor and when you post a large amount of data do the content get real strange, in the request.getParameter(�contentvalue�). I see the first part just fine after about 400 characters do the language-content showup and then list the rest of the content and then breaks after 800 characters, real strange. If I do small post is it okay. Does anyone know how it comes? I do a post and use IBM AppServer 4.0 Please help me out... Would it work if I don't print it out and just inserts it into the database / clob directly? // Please Help!!!
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
posted
0
I see the first part just fine after about 400 characters do the language-content showup and then list the rest of the content and then breaks after 800 characters, real strange Not sure I follow you correctly here... Could you please re-state this. Are you trying to read the same variable more than once in your doPost(...) method? Thanks. - satya