Posted By:
gurpreet_ahluwalia
Posted On:
Saturday, April 27, 2002 01:06 PM
hi... The problem which i am facing is very strange... actually i am getting message to jsp from bean..... everything works well until when i send message which is more then 15kb approximately... i dont why.. let me make it clear the message is just single and not multipart and other bodyparts are handled in a servlet so that is different... actuaaly my bean returns message content in a String... like this... String text=(String)message.getContent(); but when the message content is big my prg hangs up... could you plz help me thanx
More>>
hi...
The problem which i am facing is very strange...
actually i am getting message to jsp from bean.....
everything works well until when i send message which is more then 15kb approximately... i dont why..
let me make it clear the message is just single and not multipart and other bodyparts are handled in a servlet so that is different...
actuaaly my bean returns message content in a String...
like this...
String text=(String)message.getContent();
but when the message content is big my prg hangs up...
could you plz help me
thanx
<<Less