Re: How to test JRE?

2000-09-06 Thread tasneem
to check the version of java type java -version === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html

passing a bean instance via a servlet to a jsp

2000-09-11 Thread Tasneem
Hello everybody I had a query i wanted to know how can i pass a bean instance via a servlet to JSP page.And retrieve the necessary data from the bean. Please do reply Thanks in advance. === To unsubscribe: mailto [EMAIL PROT

passing a bean instance via a servlet to a jsp but not using a session

2000-09-11 Thread Tasneem
Hello thanks to to those who replied back but my question still holds cause if you keep puting it on the session the session will be a bit to heavy is there any other way. Thanks in Advance Tasneem === To unsubscribe

help regarding clientside validation with JSP

2000-09-15 Thread Tasneem
Hello everybody I have a doubt i have a login page where in i want to do some client side validation but i realised that with JSP only language used is pure JAVA so i can't use JavaScript is there any way out please help Thanks in advance Ta

Re: problem with ....

2000-10-15 Thread Tasneem
Have you placed your bean in the proper path. Tasneem Talawala JSP Developer [EMAIL PROTECTED] www.verchaska.com Verchaska - Helping your bussiness succeed - Original Message - From: "Mutahar Qayum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Oc

Re: Help - problem using

2000-10-16 Thread Tasneem
should be the same. Tasneem Talawala JSP Developer [EMAIL PROTECTED] www.verchaska.com Verchaska - Helping your bussiness succeed - Original Message - From: "Phil Hedley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 16, 2000 5:57 PM Subject: Re: Help

Re: Help - problem using

2000-10-16 Thread Tasneem
should be the same. Tasneem Talawala JSP Developer [EMAIL PROTECTED] www.verchaska.com Verchaska - Helping your bussiness succeed - Original Message - From: "Phil Hedley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 16, 2000 4:11 PM Subject: Help -

Re: Bean Scope - application

2000-10-30 Thread Tasneem
Hi sushil Yes i think if you add some more records in your database table it will reflect. Tasneem Talawala JSP Developer [EMAIL PROTECTED] www.verchaska.com Verchaska - Helping your bussiness succeed - Original Message - From: "Sushil Singh" <[EMAIL PROTECTED]> To: &

Re: errorpage.jsp

2000-10-30 Thread Tasneem
Hi you can use the following code for your error page. and later call this page on your JSP page <%@page errorPage="errorpage.jsp" %> like this. <%@ page isErrorPage="true" %> Error: <%=exception.getMessage() %> has been reported. Tasneem T

Re: DB Bean

2000-11-03 Thread Tasneem
Yes i have but what exactly is your problem You simply have to create the connection in your bean and call that method on your JSP page. Tasneem Talawala JSP Developer [EMAIL PROTECTED] www.verchaska.com Verchaska - Helping your bussiness succeed - Original Message - From: "Mu