Re: Need Help: Gathering Form Data in the middle of an execution Path.

2003-08-03 Thread vtr
Hi, I think that your should work consider the following page <%--process.jsp--%> <% String data1=request.getString("data1"); String data2=request.getString("data2"); String data3=request.getString("data3"); String data4=request.getString("data4"); if ((data1==null)||(data2==null)||(data3==nul

Re: rendering element of a Map stored in applicationScope

2003-08-03 Thread Budi Rostiarso
Thanks alot David, very good explanation, simple and straight to the point. Exactly what i need to know (just never thought that "the dot" is the source of the problem) Regards, bdr. -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 10:02 PM

Re: jsse help

2003-08-03 Thread Richard Yee
Rachit, I think this link will help you. http://forum.java.sun.com/thread.jsp?thread=165302&forum=17&message=509390 I think you have to edit the java.security file and either add this line: security.provider.2=com.sun.rsajca.Provider or these two lines security.provider.1=sun.security.provider.

jsse help

2003-08-03 Thread rachit mathur
hello, i have downloaded the jsse1.0.3_02. i wanted to use the keytool to provide the facility of https on my apache tomcat server. but when i write this on my command line, i get a error. C:\>keytool -genkey -alias tomcat -keyalg RSA Enter keystore password: changeit keytool error: KeyPairGener

Need Help: Gathering Form Data in the middle of an execution Path.

2003-08-03 Thread Minnie H
I am trying to find a solution to a feature that seems to be common in the industry. In in JSP Application, I have central place that controls the "CRUD"(Create,Read,Update & Delete) operations on a database. When the user wants to Create a record, I want to be able to take them to a data entry f