Re: How to transfer information between JSP and Javascript?

2003-03-23 Thread sathish
> the function u have return in the javascript PageNext() is incrementing java variable so u need to add the tag like <%index++%>; again what will happen is every time it gets incremented while page gets load and u will see the output as peter and when click next it'll show kate. i u like to work

Re: Session Problems

2000-09-05 Thread sathish
the java prg is not visible to this jsp page.ie why ur getting this err,now <%@ page import= "packagename.javaprogram" %> then u dont get this err -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Shiraz

jsp-tomcat

2000-09-05 Thread sathish
i have installed tomcat v3.1 but not with apache server,it is running indigualy,iam not enabled with apache server.. now iam facing a problem.,it is not creating new objects of java class for every user,it's refrencing same object from all users,how to solve this problem (ie i want to create a

Problem with tag

1999-10-11 Thread Sandu, Sathish
Hi, Could somebody tell me if there is a problem with the tag. I am trying to use it, but I am not able to get it to work. Is is kind of flaky?. Thank you for your help. Sathish. === To unsubscribe: mailto [EMAIL

Need Help with callPage() method

1999-10-04 Thread Sandu, Sathish
Hi Could somebody explain how to use the "callPage()" method. Can we still use it to call a JSP page from a servlet. Your help is highly appreciated. Thanks. Sathish. === To unsubscribe: mailto [EMAIL PROTE

Problems with callPage() method

1999-10-01 Thread Sandu, Sathish
ponse req -> HttpServletRequest The compiler is complaining about not finding the "com.sun.server.http.HttpServiceResponse" . Could somebody help me with this. Your help is highly appreciated. Thanks. Sathish. === To

Re: Session Tracking

1999-09-23 Thread Sandu, Sathish
ass in the login session information to the Servlet. Your help is highly appreciated. Thanks. Sathish. -Original Message- From: Eric Dunstan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 22, 1999 8:22 PM To: [EMAIL PROTECTED] Subject: Re: Session Tracking How can I as a Java