SV: Recommend cheap/free HTML/JSP Editor for Java Developers

2002-06-03 Thread Jan Areno
JEdit isn't a WYSIWYG tool, or do they have a nice plugin for that? I don't think JBuilder supports WYSIWYG for jsp/html neither, but I am not sure. /Jan -Ursprungligt meddelande- Fran: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]For

SV: what is Response has already been committed?

2002-05-30 Thread Jan Areno
You get an Response has already been commited for instance if you write some output and then try a Response.sendRedirect() example out.println(HTML); response.sendRedirect(mypage.jsp); the response class write to the page header (NOT HEAD IN PAGE), and if you start to do some output to the

SV: Table td problem

2002-03-10 Thread Jan Areno
First of all, rowspan/colspan goes both in the td tag, not the tr tag (maybe it works in IE but it's not standard) What i thougt whas to adjust the width of the table. If you know how the page will look like you can make the width like you mention (% dosnt work so well, but giving it i pixels

SV: Forwarding a request to a cgi script on a different machine

2001-12-19 Thread Jan Areno
On the other hand, a user can recieve any POST values also I think. Only the Sessions are non-recievable... You cannot protect against everything... and you should not store valueble data in the website, only keys to recieve it from the server. That way a user from outside cannot snap up anything

SV: Urgent !!!!!!!! Please help me

2001-12-12 Thread Jan Areno
if there is something wrong (you don't want to give a error message and then continue) Hoped it helped.. // Jan Areno -Ursprungligt meddelande- Fran: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]For ShriKant Vashishtha Skickat: den 13 december

SV: help me with this numberformat exception please

2001-10-19 Thread Jan Areno
specification and reference [mailto:[EMAIL PROTECTED]]Fr yilmazSkickat: den 19 oktober 2001 09:11Till: [EMAIL PROTECTED]mne: Re: help me with this " numberformat exception" please Hi Jan, - Original Message - From: Jan Areno To: [EMAIL