Re: SWING question...

2006-06-19 Thread purush�ttam krishna hegde
is a very well common circumbstance of what I'm saying...by the way if you could send me the working copy of this I would very grateful...(sorry for my english, so I speak español, de Cuba)... - Original Message - From: purushóttam krishna hegde To: Sent: Saturday, June 17, 2006 4:36 a.m

Re: SWING question...

2006-06-17 Thread purush�ttam krishna hegde
Dear Vadim, You need to add a listened to checkbox annd in the listened you have API support for kwing whether the ckeck box is selected or not. Depeding on the state of check box, you can dissable or enable a button. If u want a working copy of this , as soon as i reach office on monday,

Re: Pl remove me from all your mailing list , I am intersted with microsoft products only

2006-03-19 Thread purush�ttam krishna hegde
Der Arun, How did Subscribe to this list? Same way you can unscribe to this list. regards PH aRUN NANDY [EMAIL PROTECTED] wrote: - Yahoo! Mail Use Photomail to share photos without annoying attachments.

Re: JSP debugging in eclipse

2004-02-25 Thread Murali Krishna Devarakonda
(plugin), which was more important for me that all the goodies in MyEclipseIDE. Again, haven't tried it since January, and the problem may have been fixed since then. Hope this helps. Regards, Murali Krishna Devarakonda BBC Technology www.BBCTechnology.com

Re: Fw: Singleton Object.

2003-09-17 Thread Murali Krishna devarakonda
work. Regards, Murali Krishna Devarakonda -- --- Hugo Pragt [EMAIL PROTECTED] wrote: maybe even better stil: public class MySingleton { /* * The only instance of the editor - a Singleton */ private static final MySingleton

Re: thread dump for the java process

2003-08-14 Thread purushottam krishna hegde
hi, even i tried to use JBoss but what i found is their customer support is poor. then switched to Orion2. Orion2 is open source J2EE complaint App server.And for development purpose it is free. i am sorry if u think it not the time to switch. purushottam hegde Shahata, Ash [EMAIL PROTECTED]

Re: Servlet examples dont work

2003-08-02 Thread purushottam krishna hegde
hi, after installing r u getting the tomcat's Default page. i mean if u type http://localhost:8080/ r u getting default page Martin Gainty [EMAIL PROTECTED] wrote: After installing TOMCAT Servlet examples do not work Any advice?? Thanks,

Page caching problem with JSP 1.1 on iPlanet 4.1

2001-08-25 Thread Venkata Krishna MV
if any directory is declared as Legacy JSP(0.92) directory. But we have to use JSP1.1. Please help. TIA. Regards, Krishna MVV === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto

Re: test

2000-12-18 Thread Krishna Patel
test - Original Message - From: "Dean Sacramone" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 18, 2000 3:39 PM Subject: Re: test test too, this list has been nonexistent for the last week.?? Thanks, ~~~ Dean Sacramone [EMAIL PROTECTED] Lead

Re: [Re: JSP help required.]

2000-12-11 Thread Venkata Krishna Prasad Lolla
Hi Maharshi, try this code... while displaying the html page. for instance u are displaying Empcode, empname,etc., which u got from bean resultset. As Empcode is unique. store in a string by name code. instead of button use href link.. while(rs.next()) { String code=rs.getString("Empcode");

Re: [Re: Book]

2000-12-10 Thread Venkata Krishna Prasad Lolla
Hi, What hamit has said is right Zahid..Go through the Java site.u will get good stuff there..and keep update... Prasad Lolla hamid [EMAIL PROTECTED] wrote: Hi, Go to http://www.java.sun.com/jsp U will get lot of material + Manual of Jsp, which is very good. Hamid Hassan -Original

Re: javax.servlet not found in import

2000-11-30 Thread Krishna Kant
set ur classpath to point to the servlet.jar of ur webserver -kk maurice coyle wrote: Hello, Whenever i compile a servlet that has an import javax.servlet.http.*; in it, i get a "javax.servlet.http.* not found in import" error message. Is this something to do with my Servlet API, or my

Re: no subject

2000-11-30 Thread Rama Krishna
Hello Travis, where have u declared the query1 method in ur dbconnection class, unless u declare that ,how can u call it in the ur servlet thanks I am creating a DBConnection Class that I am creating an instance of in a login class. In this login class I pass a dynamic query string to

Re: how to get the date and time

2000-11-28 Thread Krishna Kant
use java.util.GregorianCalendar Varun wrote: hi how do i retrieve the date in this format eg: 28112000 or 281100 and the time aswell , im using Date.getDate() which returns only the day that is 28, any answers? regards varun

Re: session time increase??

2000-11-27 Thread Krishna Kant
Subu, Try using setMaxInactiveInterval( int interval) of HttpSession -kk subramanian Athimoolam wrote: hi friends how to increase session expire time thanks ch.. subu _ Get more from the

Re: session time increase??

2000-11-27 Thread Krishna Kant
subu, the syntax is as follows in jsp.. session.setMaxInactiveInterval(interval in seconds); u will be advised to go thro' the Servlet API -kk subramanian Athimoolam wrote: kk Thanks for your reply. tell me the full syntax... i tried httpsession setMaxIedealTime(121212); (i thng

Problems with session

2000-10-23 Thread Venkata Krishna M V
if the sesssion ids of both a.jsp and b.jsp are same. Is there any criteria that makes sure that the values in the session variable are set properly. Does it depend on the request sent before a.jsp? Please help !! TIA Regards, Krishna MVV

Exception.

2000-09-21 Thread Krishna Srinivasan
or anything in JSP by which i can overcome this exception ? TIA, Krishna. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found

Content from external websites.

2000-09-20 Thread Krishna Srinivasan
I'm trying to incorporate newsfeed from an external site say CNN.com and show the headlines on my site. As news gets updated in CNN.com,my site should also show the latest news. How do i accomplish this?Do i need to open a socket connection with the external site or is there any other way to do

Including HTML files.

2000-09-19 Thread Krishna Srinivasan
I would like to include a HTML file in a JSP. I'm running JRUN 3.0 on Apache1.3. is something like this possible ? html head/head body !--#include virtual="hello.html"-- %out.println("sucess"); % /body /html Do i need to configure my apache to allow server side includes ?How do i do that? If

Re: Including HTML files.

2000-09-19 Thread Krishna Srinivasan
that works. thanks. - Original Message - From: "Pascal BLANC" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 19, 2000 6:10 PM Subject: Re: Including HTML files. Why don't you include the following: %@ include file="../../HEADER/GEFFHEAD.JSP" % and maybe replace

Re: Session ID HELP!!

2000-08-10 Thread Krishna
Not at all. u can use the session object in ur program(JSP or Servlet). make the session start after the login is succeded by calling request.getSession(true); after that check for the session validity by checking whether session.getId() value is null or not, in every page wherever reqd.

Re: When I install tomcat, there is a problem

2000-08-08 Thread Krishna Patel
Port Problem because apache alse may have default port 8080(two webserver can not runat the same port) so do one thing go to jakarta-tomcat/conf/server.xml change port 8081 where ever it is written 8080... there will be only one place to change and restart tomcat webserver and then your

Java web server 2.0 -- outof memory error

2000-08-07 Thread Krishna Patel
. Thanks in advance Krishna === 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 http://www.espera

How to convert javascript variables to Java variables

2000-08-01 Thread B.V.Murali Krishna
= Integer.parseInt(u); Undefined variable: p:boolean stat = logObj.login(userId,p); is there any solution to difine u and p. Thanks in Advance regards, MURALI KRISHNA BALUSA VELOCIENT TECHNOLOGIES NEW DELHI. === To unsubscribe

Re: How to convert javascript variables to Java variables

2000-08-01 Thread B.V.Murali Krishna
getting error given below Undefined variable: u:userId = Integer.parseInt(u); Undefined variable: p:boolean stat = logObj.login(userId,p); is there any solution to difine u and p. Thanks in Advance regards, MURALI KRISHNA BALUSA VELOCIENT TECHNOLOGIES NEW DELHI

Tomcat and Date

2000-07-31 Thread krishna Patel
idea why is that happning??? thanks in advance krishna === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/pr

Passing Query String with URL

2000-07-31 Thread B.V.Murali Krishna
on go_to(u,p) { alert(u); alert(p); document.location.href="http://localhost:8181/LoginCRMPrj/Change_Pwd.jsp?use r=upwd=p" } The values are user is retrieving as u and not the values same for pwd. Can someone please help me. Thank in advance, Regards, MURALI KRISHNA BALUSA VELOCI

java project urls

2000-07-17 Thread Krishna, Suresh
Hi guys, Can u pl.. give the Urls where i can get Java projects to implement So that i can charge money/ Thanks in advance Suresh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some

How to use Swing Components in Html(Jsp)

2000-07-04 Thread B.V.Murali Krishna
KRISHNA BALUSA VELOCIENT TECHNOLOGIES NEW DELHI. === 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.

Re: Documentation

2000-06-29 Thread B.V.Murali Krishna (by way of G Sreenivasulu Naidu [EMAIL PROTECTED])
on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets MURALI KRISHNA BALUSA VELOCIENT TE

Hyperlinks.

2000-06-22 Thread krishna srinivasan
I have a hyperlink that looks like this... a href="test.jsp?name=%=username%"click here/a if the value of username='xyz abc'[ie.two words],i'm not able to get both the words in the hyperlink.Instead it's just 'xyz .How do i send both the words to the next page if user clicks on the hyperlink ?

Re: Hyperlinks.

2000-06-22 Thread krishna srinivasan
] Subject: Re: Hyperlinks. Date: Thu, 22 Jun 2000 17:49:05 +0200 You should use quote like this : a href=test.jsp?name="%=username%"click here/a Regards Veronique krishna srinivasan a écrit : I have a hyperlink that looks like this... a href="test.jsp?name=%=usern

Multiple JSM.

2000-06-14 Thread krishna srinivasan
get a suggestion on the use of multiple JSM's and their advantage.Will it really help in improving the performance? Any documentation will be very helpful. appreciate u'r inputs, Krishna. Get Your Private, Free E-mail from

Session expiry.

2000-06-13 Thread krishna srinivasan
to the login page though i'm a valid user.How do i change the session settings to enable seesion expiry only after 4 hrs or so ? Appreciate u'r inputs. thanks in advance, Krishna. Get Your Private, Free E-mail from MSN Hotmail

Multithreading in servlets.

2000-06-07 Thread krishna srinivasan
Krishna Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

Re: Flushing the buffer.

2000-06-06 Thread krishna srinivasan
2000 15:55:24 -0700 Try out.wait after the out.flush On Mon, 05 June 2000, krishna srinivasan wrote: Hi, I'm calling 1 jsp from another.When the jsp is called i flush the contents of the buffer. I'm using out.flush() i find that the flush is not happening at the desired

Flushing the buffer.

2000-06-05 Thread krishna srinivasan
to specify the buffer size in the page directive? If so how do i do it ? Appreciate your inputs... Krishna. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Performance Issue.

2000-06-05 Thread krishna srinivasan
Hi, I'm using JRUN on Apache and i have a some issues related to multithreading. I'm launching around 50 threads/user and i find that the performance is poor as the users increase.Is it possible to improve the performance by changing the Jrun's config parameters ? T I A, Krishna

help on custom tags.....

2000-04-27 Thread Krishna, Suresh
hi folks, can i know how to use custom tags in JSP? any documentation and examples .. Regards suresh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be

Can Jsp write its output to a file?

2000-04-19 Thread krishna srinivasan
For one of our requirements here we need to write a jsp file which would dump its output(i.e. the HTML) to a file rather the browser. Is this possible, if so what the standard approaches to do this Appreciate your inputs Sanjay __ Get Your

Re: jsp to jsp

2000-04-19 Thread Krishna, Suresh
hi, It might be problem with HTML field name and bean's name( her userid ) synchronization . suresh -Original Message- From: Visakh Menon [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 11:56 PM To: [EMAIL PROTECTED] Subject: Re: jsp to jsp I think you don't need

Re: can you help me?

2000-04-19 Thread Krishna, Suresh
hi Paurnima, This is suresh Krishna. This is very much possible. As far as i nderstood ur application is stand alone. u want to make it web enabled . is it right? there r two ways: 1.Using Microsoft Technologies For this u require to know about ASP(Active server pages) for server side

sessions

2000-04-17 Thread krishna srinivasan
mistake ? Is this a known bug ?? Krishna __ Get Your Private, Free Email at http://www.hotmail.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

Moving JSPs from NAS to NES

2000-04-11 Thread Venkata Krishna MV
Hi, We have developed JSPs with NAS 4.0 and NES 3.6. But actual deployment environment will be NES 4.0 only. Are there any known issues and also is it possible to do such a change? TIA. Regards, Krishna MVV

Newline problem in JavaScript

2000-04-06 Thread Venkata Krishna MV
Hi! I have jsp file using javascript for validation. I am trying to read value of form element textarea file and strip out the newlines present. But I can't read the newline character. I have tried with both \r and \n. Please help. TIA. Regards, Krishna MVV

Re: useBean : how does it get the object instance

1999-09-20 Thread Murali Krishna Devarakonda
properties. In future, when tools are available, an HTML author can whip up a sophisticated client that talks to EJB servers by simple dragging/dropping into HTML, server-side JavaBeans that encapsulate the client method calls to EJB. Regards, Murali Krishna Devarakonda - Original

Problems running JSP using javabean in WebLogic 4.5 CA

1999-09-01 Thread Murali Krishna Devarakonda
Hi, Can someone help me figure out what's going on? I'm trying to run the helloUser.jsp sample from Sun. This sample runs fine in javaserver. But in WebLogic4.5, when I invoke the jsp, it seems like the server/jsp-engine cannot find the bean. Thanks for your help. Murali Krishna

Re: JSP with EJB

1999-08-10 Thread Murali Krishna Devarakonda
There's a sample that comes with WebLogic 4.5 You can find it in the directory: WebLogic\examples\jsp and it's called: EJBeanManaged.jsp Regards, Murali Krishna Devarakonda - Original Message - From: Pankaj Malviya [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 09