I have an servlet application which takes text from a text area and sends to an java application which sends an e-mail to mainframes theu mqseries and unix servers. But since the text is sent as a single field and since the field length on the mainframes is restricted up to 75 chars the text which is sent is getting truncated at 75 character. Can somebody help me out how to resolve this?? Regards, Raghu
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 413
posted
0
You can, for example, break you text from textarea onto a lot of variables 75 char each, using javascript...