Re: How to set resultSet size

2001-01-03 Thread Deepak Kumar
you can use int i=0; i=rs.getFetchSize(); to count the number of records. Regards Deepak --- "S. Chen" <[EMAIL PROTECTED]> wrote: > Happy New Year to All! > > Hi, I have a JDBC question. > > I have a database and I need to retrive the latest > 100 transactions into my > jsp p

Private JVM

2001-01-03 Thread Deepak Kumar
Hi Guru's I want to know how to seup private JVM in iPlanet server. Thanks in advance Regards, Deepak Kumar __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yaho

Re: How to set resultSet size

2001-01-03 Thread Deepak Kumar
Hi Dear, If you are using MySQL then use the following query. "select * from abc limit 0,100" this will give you only first 100 records. Regards, Deepak Kumar --- Bhushan Bhangale <[EMAIL PROTECTED]> wrote: > Select * from tablename where rownum < 101 will give &g

Re: problem in forward tag

2001-01-03 Thread Deepak Kumar
Hi, You can use the following code <%@ page language="java" %> <% response.sendRedirect("/examples/jsp/dw/HOME.htm"); %> Regards Deepak Kumar --- prasanjeet <[EMAIL PROTECTED]> wrote: > Hello everybody, > I have a strange problem the f

Re: I must restart WLS5.1 everytimes I modify my bean?

2001-01-03 Thread Deepak Kumar
hi, I am using iPlanet Web server. And our team is facing the same problem. Is there any way to configure the server so that it start picking up the changes in the bean component. Thanks in advance Regards Deepak Kumar --- Panos Konstantinidis <[EMAIL PROTECTED]> wrote: > I do

Using XML Data in JSP File

2001-01-04 Thread Deepak Kumar
this data in JSP file to generate the HTML page. If anybody knows how to use it in JSP file please tell me. My idea is generate the XML document using servlet and then user this data in JSP file to generate the HTML page. Thanks in advance Deepak Kumar

Executing SQL query in bean

2001-01-04 Thread Deepak Kumar
Hi Friends, I want to write the code of JDBC connectivity in a bean and then use the resultset in JSP page how can i accomplish this. Thanks in advance. Deepak Kumar __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http

Re: problem in forward tag

2001-01-04 Thread Deepak Kumar
Hi dear, the following code <%@ page language = "java" %> <% getServletContext().getRequestDispatcher("/servlet/dbservlet").forward(request, response); %> and this will solve your prob. Regards Deepak --- Kevin Jones <[EMAIL PROTECTED]> wrote: > Paths in forward and include are relative t

custom tag libraries in JSP

2001-01-05 Thread Deepak Kumar
Hi, Please tell me how to use "custom tag libraries" in JSP pages. Deepak __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ === T

Error during compilation

2001-01-06 Thread Deepak Kumar
Hi When i am compiling a java file i am getting the following error. HelloWorldTag.java:4: package javax.servlet.jsp.tagext does not exist import javax.servlet.jsp.tagext.*; my java file is package com.acme.tag; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; /** * A simpl

Re: I must restart WLS5.1 everytimes I modify my bean?

2001-01-07 Thread Deepak Kumar
; >Date: Thu, 6 Jan 2000 17:17:10 +0530 > > > >i have same problem with javawebserver 2.0 can > anybody help me when i > >change > >bean i have to start the server > >tia > >- Original Message - > >From: Deepak Kumar <[EMAIL PROTECTED]> > >T

Re: jsp:setProperty does not work with sendRedirect()

2001-01-08 Thread Deepak Kumar
guage = "java" %> <% getServletContext().getRequestDispatcher("/jsp/somepage.jsp").forward(request, response); %> Regards Deepak Kumar --- Steffen Landes <[EMAIL PROTECTED]> wrote: > Hi, > > for reading the values of the input fields in a form > I'm using the >

Re: JSP & Forms

2001-01-08 Thread Deepak Kumar
guage = "java" %> <% getServletContext().getRequestDispatcher("/jsp/somepage.jsp").forward(request, response); %> Regards Deepak Kumar --- Jean-François_Grezes <[EMAIL PROTECTED]> wrote: > Hi, > > I have an html page which consists in a form. Users > enter the request

Re: JSP & Forms

2001-01-09 Thread Deepak Kumar
; %> If you are not able to solve the problem. Reply me i will help you. Regards Deepak Kumar email: [EMAIL PROTECTED] --- Clemente Dani <[EMAIL PROTECTED]> wrote: > Hi, > > you can do it in two ways: > > -you can store the data you get from the Jsp in a > bean or

Re: JSP & Forms?

2001-01-09 Thread Deepak Kumar
i am agree with you we can use the bean to store the data. Thanks for your reply. Thanks and regards DEepak Kumar --- "" <[EMAIL PROTECTED]> wrote: > Hi, > But why is using bean not a wise idea? I > thought use of beans and > specifying the scope is the

iPlanet Application Server

2001-01-09 Thread Deepak Kumar
Hi, >From where i can download iPlanet Application Server 6.0 I Tried to find at www.iplanet.com but there is no link. If anyone knows it please tellme. Thanks in advance Deepak Kumar __ Do You Yahoo!? Yahoo! Photos - Share your holiday pho

Re: Classpath

2001-01-12 Thread Deepak Kumar
Hi, If you have defined any package in your bean then create a directory with the same name and then put your beans class file in that directory. Also check then names of your bean. This will solve your problem. even if you are not able to solve the problem you can email me. Regards Deepak

Re: Jsp Custom Tag Library

2001-01-26 Thread Deepak Kumar
Hi Ted I am currently working on taglibrary and could not able to meet the desired aim..Even i am totally new to the tag library concept..This will be very kind if you send me some conceptual details and codes for better understanding the facility it provides.. Hope to hear from you soon. Regard

Creating more than one Servlet Context

2001-01-29 Thread Deepak Kumar
Hello Can any one tell me how to create more than one servlet context. Thanks and regards Deepak kumar __ Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com

Re: Calling Servlet in Frame

2001-02-07 Thread Deepak Kumar
Hi you can use the "target" property of html for doing so: New Page 1 Name Regards Deepak - Original Message - From: Santosh <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: mm/06/2001 9:48 AM Subject: Re: Calling Servlet in Frame > Hi, > This refers to the p

EJB

2001-02-13 Thread Deepak Kumar
Hi I have downloaded web logic 6.0 and now i am trying to run EJB on it. Can anyone tell me about the examples of session beans. Which i can run on the server. Thanks and regards Deepak _ Do You Yahoo!? Get your free @yahoo.com address a

Re: Weblogic

2001-02-14 Thread Deepak Kumar
Dear Hardip, Will you please send me the EJB example. I am new to the EJB Thanks Deepak - Original Message - From: Hardeep Singh <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: mm/14/2001 3:35 PM Subject: Weblogic > Hi, > > I am new to weblogic. I hace created an entity bean and co

Re: Getting Mysql

2001-02-15 Thread Deepak Kumar
Visit http://www.mysql.com - Original Message - From: Antillon Reyes Rafael Martin - EXT <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: mm/15/2001 11:40 PM Subject: Getting Mysql > Hello Everyone: > > I´d like to know where to download mysql > for personal use, since it´s free and i

Re: Joseph Ottinger -- FINAL POST!!!

2001-02-22 Thread Deepak Kumar
visit www.roseindia.net/jsp/jsp.htm - Original Message - From: Nasser Dassi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: mm/23/2001 12:13 AM Subject: Re: Joseph Ottinger -- FINAL POST!!! > NOBODY CARES, ANYMORE. > > NOBODY LOVES YOU. > > NOBODY WANTS TO BE YOUR FRIEND. > > Everybod

Re: HTTP tutorial?

2001-02-28 Thread Deepak Kumar
visit http://www.roseindia.net/jsp/jsp.htm for jsp tutotial - Original Message - From: jose ramon rodriguez <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 7:49 AM Subject: HTTP tutorial? > Hi all! > I'm using Servlets and JSP and now I'm looking for some

Reading XML data

2001-03-07 Thread Deepak Kumar
Hello, I want to read the data of xml file in a java program. how can i read it. regards Deepak _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com =

Re: [ANN] JOT Servlets Framework version 1.12

2004-06-23 Thread Deepak Kumar
HI, Is it free for commercial use. Regards deepak Kumar --- Paul Copeland <[EMAIL PROTECTED]> wrote: > JOT Object Technologies has released JOT Servlets > version 1.12. JOT > Servlets is a rapid application development > framework for web > applications. Thus version incl

Re: Carbon Framework in Struts

2004-11-29 Thread Deepak Kumar
Hi, I suggest you to use the Spring Framework. Regards Deepak Kumar For linux cds visit http://www.roseindia.net --- sandeepK <[EMAIL PROTECTED]> wrote: > Patterns and Framework. > we are running our applications in Ingress plarfoem > and are intereseted in > porting the