java.lang.ExceptionInInitializerError when using xerces.jar

2002-03-11 Thread Elisabete Cerqueira
Hi, I am including xerces.jar in classpath and when a jsp page is loaded: - for the first time, the following error appears: java.lang.ExceptionInInitializerError - in the next times, another error is displayed, another error is displayed:

[no subject]

2002-01-10 Thread Elisabete Cerqueira
Hi, does any one know why when after doing in a jsp page a response.sendRedirect(ex1.jsp), I loose the session context? And this just happens in ie 5.5 (with ie 6.0 it doesn't happen). Thank you in advance. === To

Using sendRedirect in a jsp page, with a form tag

2002-01-10 Thread Elisabete Cerqueira
Hi, I have a problem when using request.sendRedirect. The scenario: - I have the example.jsp page with 3 form buttons: text, image and word. The form tag is: form name=searchForm action=example.jsp method=POST If text or image button is pressed, then a table

[no subject]

2002-01-10 Thread Elisabete Cerqueira
(and other browsers) that caused it to not accept cookies properly, if you Encode the URL, it should work fine using URL Rewriting. (*Chris*) - Original Message - From: Elisabete Cerqueira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 11:47 AM Subject: [JSP

input type=submit doesn't work....

2001-11-22 Thread Elisabete Cerqueira
Hello, could someone tell me why when I use: input type="image" name="submitFormButton" value="SUBMIT" src="javascript:void(0);" and submit this button, "submitFormButton" is different than null (which is correct) but if I use input type="submit" name="submitFormButton"

parameters in a jsp page are lost when using HTTPS

2001-11-09 Thread Elisabete Cerqueira
Hi, does someone know what is happening in the following situation: a web client is sending a jsp page (request) with some parameters to a login server through https. However the parameters in that jsp page are lost,when I try to get their value they are all null. What is wrong? Thanks