Re: CORBA Query

2000-09-05 Thread Rathna
hi rishabh, i feel it is somthing to do with the data type. please look at the skeleton file (generated by idl compiler ) for the data type equivalent of your idl definition and write the same in your implementation class. hope this helps, with regards, rathna. Rishabh Agarwal

How to display a different language text in the Browser?

2000-09-06 Thread Rathna
: Jrun 2.1,jws,netscape 4.7. -- Cheers, rathna === 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/js

strange behaviour - JSP page dumps the source code

2000-09-06 Thread Rathna
oblem . environment : Jrun 2.1 , jws , Netscape4.7 -- Cheers, rathna === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.s

How to pass the init arqument for JSP ??

2000-09-07 Thread Rathna
paramenter into the config object. please tell me how do i do it? am i doing anything wrong? -- Cheers, rathna === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant

How do find out the time taken for the request?

2000-09-12 Thread Rathna
process) *and how much time is taken for the response to reach the client? please suggest me the way to do the same. env:Jrun2.3, appache,NT thanx in advance ... -- Cheers, rathna === To unsubscribe: mailto [EMAIL

Re: Database Connection with Beans

2000-09-12 Thread Rathna
I feel the best way to do this is using singleton class. with regards, rathna. Pranav Bansal wrote: > Hi all, > I want to create the DataBase connection once time on my site. For > this, I have two options.One: - create a connection and then put it in a > Session

Re: Strange Behavior

2000-09-12 Thread Rathna
hi shari, the one possible reason could be the page may contain the special charactors like © instead of ©. hope this helps, if not pls,let me know what kind of error you are getting. with regards, rathna. Shari Fletcher wrote: > Hello all -- > > I have an HTML page

Re: sudha

2000-09-13 Thread Rathna
hi sudha,try this out.. String serverName = request.getServerName(); intserverPort = request.getServerPort(); hope this helps, with regards, rathna. sudha wrote: > hi > as in asp we get serverpath using Server.mappath("\") > same thing we can get

Re: sudha

2000-09-13 Thread Rathna
with regards, rathna. subramanian Athimoolam wrote: > hi rathina > if you are getting parameter means it will get only > the particulr paramer like portnumber whatever it is... > > here i want total path URL how can i get it.

Re: problem with jswdk

2000-09-13 Thread Rathna
FYI,Jrun,jws (or apache) ,NT combination works fine. I don't understand why any one use JSWDK and JRun together ? with regards, rathna. Vikram Balaram wrote: > Hi Sudha, > I am having the same problem with JSWDK, JRUN, Tomcat under win98, NT > Regards, > Vikra

Re: How to Identify whether a session has expired

2000-09-20 Thread Rathna
7; for the getSession() call. hope this helps, rathna. Nitin Khattar wrote: > Hey Kevin > > I tried the example given in Jason Hunter's book (eg 7.8) and it does work > the way Jason Hunter describes it. > It works with both IE and Netscape. > > The output in Webl

Re: image input type

2000-09-20 Thread Rathna
hi sudha, if my understanding is correct , you can call a javascript function on onClick of the image and set the hidden variable accordingly. hope this helps, with regards, rathna. sudha wrote: > hi > i am placing two image input types on my from > and the sam

Re: how to unsubscribe

2000-09-21 Thread Rathna
hi suku, don't encourage to unsubscribe from the list :-)) regards, rathna. sukumar wrote: > hi vikas, > > visit > http://archives.java.sun.com/archives/jsp-interest.html > > and click join or leave the list hyper link > > rest in next > w

Re: "Connection reset by the peer error in Netscape"

2000-09-24 Thread Rathna
hi dinesh, This behaviour occures some time when the submitted data contains the special charactor.make sure you don't have any special charactor , or you are taking care of those charactors by proper encoding. hope this helps... with regards, rathna. Dinesh Venkatraman

Re: what is advantage of using useBean tag

2000-09-25 Thread Rathna
hi sandeep, There are few advantages by using useBean tag over normal instance, * scope (page,request,session and application) *introspection with regards, rathna. SANDEEP UPPAL wrote: > what is advantage of using useBean tag when same thing can be done without > that? >

Re: difference between <%!...%> and <%....%>

2000-09-25 Thread Rathna
This <%! ...%> scriptlet is used to define a global functions and variables, means out side the serivce method.The second one is to declare the functions and variables inside the service method ... hope this helps, with regards, rathna. SANDEEP UPPAL wrote: > both <

Re: what is advantage of using useBean tag

2000-09-25 Thread Rathna
, rathna. SANDEEP UPPAL wrote: > can u explain introspection what is it. > > regards, > > Sandeep > > - Original Message - > From: Rathna <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, September 25, 2000 2:10 PM > Subject: Re: wh

Re: what is advantage of using useBean tag

2000-09-25 Thread Rathna
one to discover what properties are present, and, for each, its name, whether they are simple or indexed, their type, and setter and getter methods. This will help you to get all the form values into the bean. for more details see JSP1_1-spec ... > > > Ganesh > > -Original Me

Re: what is advantage of using useBean tag

2000-09-25 Thread Rathna
you to get all the form values into the bean. for more details see JSP1_1-spec ... with regards, rathna. "Ganesh N.M" wrote: > Dear All, > > 1. How will you instantiate Bean other than "UseBean"? > 2. What is Introspection? > > Ganesh > &g

Re: javascript-alert

2000-09-27 Thread Rathna
,use some other events. hope this helps ... with regards, rathna. sudha wrote: > hi all > i have called a function in javascript which contains alert msg > i have called it onFocus event of text box... > the problem is:in netscape the alert msg is being called two > times..

Re: escape

2000-10-03 Thread Rathna
try URLEncoder.encode(url) , which encodes spaces hope this helps .. regards, rathna. sudha wrote: > hi all > is there any function or method in jsp which removes the spaces from > the url > like the escape method in javascript > if yes how to

Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Rathna
tion. env: Jrun,apache,oracle8.1.6 on NT. thanx in advance ... -- with regards, rathna === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can

Re: escape

2000-10-04 Thread Rathna
helps, with regards, rathna. sudha wrote: > hi rathana > but these urlencoder will convert all the character except A-Z,a-z and 0-9 > into %(some code)...see > if the url has the charcter like(url redirecting) > mailex1.jsp?imge1="http://aksj/kasj.gif&q

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Rathna
thanx to everyone who suggested the solution.i was able to solve the problem.FYI, it was because of some place i haven't close the statement after the sql operation. thanx again with regards, rathna. Tai wrote: > Try: > > 1. after executing SQL statement and use

Re: Tracking user visit

2000-10-09 Thread Rathna
hi sanjay, you could store the counter variable into the session so that the counter variable will be assocoated with the pariticular user. hope this helps, with regards, rathna. Sanjay Vashisht wrote: > Hi All > Can I track the user visiting different pages in the fol

Re: HTML CODE DISPLAYED...

2000-10-29 Thread Rathna
hi thomos, The one reason i can think of is you might be having

How to make tool tip to stay for a specified time?

2000-11-20 Thread Rathna
to make the tool tip to stay for a specified time? thanks in advance .. -- Cheers, rathna === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with

How to identify the different instance of the same browser?

2000-11-23 Thread Rathna
identify the different instances of the same browser. Is there any way to get the instance id of the browser window? thanx in advance -- with rgds, rathna === To unsubscribe: mailto [EMAIL PROTECTED] with body

How do i display a greek character in JSP? - Urgent ...

2000-12-03 Thread Rathna
rest of it is english. I badly need to rectify this problem and any early reply will help me a lot thanks for your time ... -- with rgds, rathna === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signo

Re: How does the session is maintained incase of multiple loginfrom the same mac?

2001-01-04 Thread Rathna
. if two browser instance in a mac. uses the same session id , is there any other way of identifying or differentiating the session (like using ip address of the client) ? so that the session information is not over written ... thanx in advance ... with rgds, rathna. Bhushan

Re: Fetching Data from Bean

2001-01-21 Thread Rathna
the result set } then in the JSP page, <% Employee employee = null; employee = emplyeeBean.getEmployeeDetails() %> then, <%= employee.getName( ) %> hope this helps, regds, rathna. "Puneet Kathuria, Gurgaon" wrote: > Thanks for the suggestion bu

Re: getParameter throws null pointer exception (added subject)

2001-02-23 Thread Rathna
gards, rathna. >Hi All >When we more than one querystring in JSP, how do we >read then in the next page, because if we use >request.getQueryString(), it returns the whole string >after '?' >and if we use request.getParameter("parameterName"), >it works fine, bu

Re: Singleton Pattern and JSP

2001-03-01 Thread Rathna
reference.Make sure you are having the constructor as private. Then call the static method of the class to get the reference instead of using usebean tag. hope this helps, with regards, rathna. >>Hi, I have a requirement where I have to store the data in a persistent java class a

How to restrict the multiple login's ?

2001-03-02 Thread Rathna
hastable. Is it possible to do some activity when the session times out(using Listener!)? if so please give me a direction on how to achive it. with regards, rathna. === To unsubscribe: mailto [EMAIL PROTECTED] with

Unable to extract the zip file?

2001-03-08 Thread Rathna
start -- Dll: C:\Program Files\WinZip\WZ32.DLL - 17/10/98 07:00 Extracting to "c:\rathna\mar07\" Use Path: yes Overlay Files: no caution: filename not matched: \\New_CS6_GB_030602.NKP error: no files were found - nothing to do ---winzip log end- I am seeing the file New_CS6_GB_03060

How to manage default-out.log file in Jrun ?

2001-05-03 Thread Rathna
27; editor. Is there a way to specify the size of the default-out.log file?. so that once the file reached the specified size and it will dump the further debug statements into a another file,may be default-out1.log. thanks in advance. -- Cheers,

Garbage collection issue - URGENT

2001-05-03 Thread Rathna
15MB.so i have a feeling that the Jrun is not releasing the memory correctly. Is there any know memory issue in Jrun 3.0? FYI,we have said the heap size as 512MB for Jrun. Thanks in advance. -- Cheers, rathna === To

Re: Garbage collection issue - URGENT

2001-05-03 Thread Rathna
hi celeste, In our application , we use large number of JSP's say around 300. Will there be a problem for Jrun to load all the servlets into the memory in the long run?.Does jrun has the mechanism of unloading the servlet if it is not referenced for longer time? with regards, r

Problem in getting the protocol

2001-05-04 Thread Rathna
i get the protocol value? FYI,we need a protocol value to use for response.sendRedirect(). Thanks in advance . -- Cheers, rathna === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For

Re: Any Third Party Tools to generate Reports from JSP

2001-05-05 Thread Rathna
hi Joe, Try out JReports ...for more info please look in to http://www.jinfonet.com site. hope this helps, cheers, rathna. Joe / NeoSoft wrote: > Hi Everybody, > > Any help on the above subject would be highly appreciated. > &g

Problem in using sendRedirect on HTTPS

2001-05-08 Thread Rathna
oving from sercure to non secure page, also tried giving the absolute path response.sendRedirect("https://www.xyz.com/abc.jsp), but had the same problem although the url show a https protocol. How does the sendRedirect works in HTTPS? Thanks in advance ... -- Cheers,

Re: how to maintain state?

2001-05-10 Thread Rathna
hi namitha, The best way to keep the user related information is to store into the session object and retrive it whenever it is required. hope this helps, with regards, rathna. Namitha Pai N wrote: > what is the best method to maintain state in jsp pages?? I actually need >

warning:Green Thread Not Supported ?

2001-05-15 Thread Rathna
JRun Error 'green thread is Not supported'. which thread (green or native) JRUN 3.0 supports? Is there any known issue using Threads in the application with Jrun 3.0 and Solaris 5.8? Env: OS:Solaris 5.8 Jrun:3.0 JDK:1.2.2 apache:3.1.14 Thanks & R