Re: JSP sendRedirect textarea problem

2002-11-18 Thread Polgár István
Hy Dror ! Thanks for the useful advice but my problem not as a database aspect. The TEXTAREA field has been cut by %0D%0A characters when I have run the sendRedirect command and my main sz.jsp page has aborted. Thank you in advance Pisti ( Steve )

Re: JSP sendRedirect textarea problem

2002-11-15 Thread Dror Matalon
Hi, The string were cut by %0D%0A characters. Is my javabean wrong ? No, these are carriage return line feed between your two lines that are coming from the text area. I can't really tell what the problem is, but if I had to guess, I would say that you're constructing your insert string by

Re: JSP sendRedirect textarea problem

2002-11-15 Thread Glen Lewis
Thank you for your message. I am currently out of the office and will return on Monday, November 25th. I will however be checking my email daily. If you have an urgent question, please contact Rich Bagley at 495-6294 Glen Lewis

JSP sendRedirect textarea problem

2002-11-14 Thread Polgár István
Hi everybody, I have a problem with using response.sendRedirect JSP command. I have written an jsp application. The main jsp page ( sz.jsp ) contains two select elements, a text element, a TEXTAREA element and a Submit button. The submit button starts the next java script code: