http://marc.theaimsgroup.com/?t=106867057100002&r=1&w=2
Joerg
On 21.11.2003 16:33, [EMAIL PROTECTED] wrote:
Hello,
Is someone has a problem with line break?
I have a problem: I'm using Cocoon in and from Windows based machines. There is a difference in line break between Windows and Unix/Linux machines: -Windows counts a carriage return AND a line feed for each line break -Unix/Linux count only a line feed for each line break
In my application (JXForm) I have <textarea> and this causes the problem: I store the value of this textarea in a String. If I add a line break the program add a "\r\n" (a carriage return and a line feed). But when I want to display the textarea, it seems that the program works as a Unix machine (maybe a problem from Java) because a new line break is added each time I display it.
Is someone has a similar problem?
Thanks for any help Sylvain
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
