Re: session

2000-09-12 Thread R.B. Gurung
sion choose > File->New->Window, then it will share the same session as the original > window. If you start another instance of IE up, and hit the same URL, > you'll have a different session. > > Thor HW > - Original Message - > From: "R.B. Gurung" &

Re: session

2000-09-12 Thread R.B. Gurung
the same URL, > you'll have a different session. > > Thor HW > - Original Message - > From: "R.B. Gurung" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, September 11, 2000 11:29 PM > Subject: Re: session > > > > Hi, >

Re: session

2000-09-11 Thread R.B. Gurung
PROTECTED]> Sent: Tuesday, September 12, 1995 11:35 AM Subject: Re: session > hi , > i didnt get u what do u mean by a session page. > is it the same browser or a different browser. > the question is when two browsers are opened. > thanks in advance, > sagar > > "R.B. Gu

Re: session

2000-09-11 Thread R.B. Gurung
Hi, If you are accessing the same session page from the same machine in the two browser from same m/c you will have the same session id till the session last. But different m/c you will have differ2ent session. thanks/regards gurung - Original Message - From: Ming Owen <[EMAIL PROTE

Fw: write to Database

2000-08-31 Thread R.B. Gurung
Hi, Pls. help me to download XML file in the Applet from server USING JSP with NT?Tomcat case1 : Applet and Xml file in the same server. case2: Applet and Xml file on different server. needs urgent help thanks in advance gurung ===

XML File down load

2000-08-30 Thread R.B. Gurung
Hi , I have a JSP page and I want to download the Xml file from server and save the file at client m/c need hlep for code sample for downloading of xml file thanks/regards gurung - Original Message - From: liuhy <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 30,

Re: Scanner

2000-07-31 Thread R.B. Gurung
hi, I am really interested in knowing how to read the bar code How to do that . I am planning the to implement the same after having the views. Need info thanks/regards gurung - Original Message - From: Philip Moschovas <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 0

Fw: EJB in Weblogic 5.1...

2000-07-06 Thread R.B. Gurung
which had all .class files and also the stub/SKEL. I wanna know how to generate my container classes to be jared and deployed. much help needed. Thanks/Regards gurung > > - Original Message - > From: Gene Chuang <[EMAIL PROTECTED]> > To: 'R.B. Gurung'

Re: EJB in Weblogic 5.1...

2000-07-06 Thread R.B. Gurung
.class files and also the stub/SKEL. I wanna know how to generate my container classes to be jared and deployed. much help needed. Thanks/Regards gurung - Original Message - From: Gene Chuang <[EMAIL PROTECTED]> To: 'R.B. Gurung' <[EMAIL PROTECTED]> Sent: Thursd

Re: EJB in Weblogic 5.1...

2000-07-06 Thread R.B. Gurung
. How can i generate the container classes to put into .jar files. need help thanks/regards gurung - Original Message - From: Gene Chuang <[EMAIL PROTECTED]> To: 'R.B. Gurung ' <[EMAIL PROTECTED]>; 'A mailing list about Java Server Pages specification and re

EJB in Weblogic 5.1...

2000-07-05 Thread R.B. Gurung
Hi, I am using Weblogic 5.1.0 on Win NT I am developed a session stateless Bean . I registered it . The server shows the messages deployed but when the clientapplication invoked it gives an error of class path not found. i checked the classpath setting from the console too all are set. weblogic

EJBeans In Weblogic

2000-07-03 Thread R.B. Gurung
Hi , All I need help to configure the weblogic to deploy the EJB. Kindly let me know the steps needed to create the jar files etc. Also having problem to set the enviromental variables . I changed the script file i.e. JAVA_HOME=d:\jdk1.2.2 but when I run setEnv it gives error to JAVA_HOME=c:\jre1.

Re: Session maintaining

2000-06-28 Thread R.B. Gurung
Hi, You can do so by HttpSession session = request.getSession(true) - ( true to create a session if not already there) HttpSession session = request.getSession() - get the existing session after this use session.setAttribute("one","value") ; to set value of object "one" which can be obtain

Re: HttpSession/QueryString/Hashtable

2000-06-27 Thread R.B. Gurung
S. Khanna. > www.emailanorder.com > - Original Message - > From: R.B. Gurung <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 27, 1999 3:58 PM > Subject: HttpSession/QueryString/Hashtable > > > > I am passing vale using Querystrin

Re: HttpSession/QueryString/Hashtable

2000-06-27 Thread R.B. Gurung
getParameter > method you need to give names to the parameters. > use: and request.getParameter > ("param1") > > lee > > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf

HttpSession/QueryString/Hashtable

2000-06-27 Thread R.B. Gurung
I am passing vale using Querystring but usinggetParameter stops my Tomcat Server also I am trying to pass Hashtable with data which is stored into session to retrieve it in "a.jsp" getting error . is it possible thanks/regards gurung =

Simple Bean to Constrained Bean

2000-06-27 Thread R.B. Gurung
I am trying to transfer the data between Beans . I have to use other than simple bean Any idea How to do that I have Apache/Tomcat thanks/regards === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST"

Re: Bean Bean

2000-06-26 Thread R.B. Gurung
; the bean the server still having a copy of old class file and hence changes > are not reflected. > > > > > "R.B. Gurung" <[EMAIL PROTECTED]> on 05/26/99 12:39:15 PM > > Please respond to A mailing list about Java Server Pages specification and > r

Bean Bean

2000-06-25 Thread R.B. Gurung
When I make changes to my .jsp or Bean I created the changes are not reflected . I have to restart the TomCat Server or run the same by saving as another file . Is there any way to get rid of it or refeshing the same thanks/regards gurung =

weblogic

2000-06-25 Thread R.B. Gurung
gt; To: R.B. Gurung <[EMAIL PROTECTED]> Sent: Thursday, February 17, 2000 10:26 AM Subject: Re: Class/Jsp Location > > We r using weblogic server. > For this we set a property in weblogic server asking it to generate java > file in a specified directory... > > But in

Class/Jsp Location

2000-06-25 Thread R.B. Gurung
Hi , Veena, Iam using Tomcat-Apache could you pls tell me where the JSP generated java/class files are located - Original Message - From: Veena <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 17, 2000 9:07 PM Subject: Re: Variable declaration > u can see this in java