Re: Speeding up Resultsets

2002-11-07 Thread Bhiogade, Mittal S (SUPP)
Hi, You can show some defined set of the results per page say 10 or so and provide Prev and next Button which would fetch the next 10 rows when the user click it, now the question remains is whether to get all the data at the same time or request the data from the DB when the user clicks

OffTrack Question

2002-10-28 Thread Bhiogade, Mittal S (SUPP)
Hi All, I have a situation in which there is a link displayed to the user, the link is reference to say some .exe file, that runs in some particluar software, now if the software exists on the Clients machine, the appropriate software will run that exe file, but when the software doesnot

OFF BEAT QUESTION

2002-09-27 Thread Bhiogade, Mittal S (SUPP)
Hi All, Is there any tool availabe to translate/reverse enng existing Perl Code in Java? Thanks in Advance Regards, Mittal S.Bhiogade === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For

Tag Library for IF-ELSE-IF

2002-09-23 Thread Bhiogade, Mittal S (SUPP)
Hi All, Is there any Tag Library for IF -ELSE-IF or IF-ELSE , I have found the IF Tag Library at jakarata, Thanks in Advance Regards, Mittal S.Bhiogade GE-Supply, Shelton, CT. === To unsubscribe: mailto [EMAIL

Re: page directive

2002-09-04 Thread Bhiogade, Mittal S (SUPP)
INHERITANCE use class A extends B all the functions in Class B would be available in Class A Regards, Mittal S.Bhiogade GE-Supply, Corporate Drive, 6th Floor, Shelton, CT, -Original Message- From: Lai, Kenny [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 3:44 PM To:

EAR DEPLOYMENT ERROR

2002-08-28 Thread Bhiogade, Mittal S (SUPP)
Hi All, When I am deploying my web application as an EAR file on weblogic I get the following error Compiler failed executable.exec(java.lang.String[javac, -nowarn, - classpath,

Re: Pls Help

2002-08-12 Thread Bhiogade, Mittal S (SUPP)
Hi, From your question it seems you need to collect some information outside your architecture as soon as User Logs In ( I am assuming that is your application), if this is the Case then go for Java Messaging Service (JMS) asynchronous Model, it will definitely solve your purpose. Regards,

Re: How to keep two sessions with the same browser?

2002-08-09 Thread Bhiogade, Mittal S (SUPP)
see u will having some USerProfile Object in the session if that object is in the session (check for NOT NULL condition) then u can give some user friendly message. Regards, Mittal S.Bhiogade GE-Supply -Original Message- From: Roland Dong [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: How can I ckeck how many users are connected to a Web Site?

2002-08-01 Thread Bhiogade, Mittal S (SUPP)
say u have login.jsp and loginservlet for it define a member in servlet say users , increment this value when user sucessfully logged in , that count will always give u number of users connected to ur website Regards, Mittal S.Bhiogade GE-Supply, -Original Message- From: Luca Ventura

Re: Automatic responses! damn...

2002-07-31 Thread Bhiogade, Mittal S (SUPP)
HEY DUDE thats the spirit man tell all thos ppl to exit the list when they are on vacation or away... Regards, Mittal S.Bhiogade -Original Message- From: Tiago Nodari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 6:12 PM To: [EMAIL PROTECTED] Subject: Re: Automatic

Re: How to define what library(s) used on JSP Site

2002-07-30 Thread Bhiogade, Mittal S (SUPP)
look at the Properties Class in java Regards, Mittal S.Bhiogade GE-Supply, Corporate Drive, 6th Floor, Shelton, CT, DialComm ( 8* 203 3005) Phone (Work) 203-9443005 Phone (Home) 203-9245679 -Original Message- From: [Moisey Oysgelt] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30,

Re: Form Collection

2002-07-11 Thread Bhiogade, Mittal S (SUPP)
just append the for loop var say i with checkbox name to form the unique checkbox name and retrive also in same manner Regards, Mittal S.Bhiogade -Original Message- From: Duc Nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 2:51 PM To: [EMAIL PROTECTED] Subject: Form

Re: How to dispatch Request to 1 JSP?

2002-07-01 Thread Bhiogade, Mittal S (SUPP)
dispatching of the request would be one after another, to same or different JSP.. Regards, Mittal S.Bhiogade -Original Message- From: Means, Garann R. [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 12:47 PM To: [EMAIL PROTECTED] Subject: How to dispatch Request to 1 JSP?