Links to the PDF via Servlets..?

2002-08-02 Thread Shankar
want to have the links while generating the PDF itself.. Is there anyway to do it? Thanks, Shankar === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED]

Re: JSP problem

2002-07-29 Thread Shankar
Hello, Your code works fine. I guess it is the class path problem. Shankar Gopinath d schrieb: > hi all, > > pl have a look at the code given below. > > The Current Session id is: <%= session.getId()%> > <% > out.println("Click me"); > session.

What is Daemon Process..?

2002-07-17 Thread Shankar
Hello, Anybody explain to me what is Daemon Process in Java..? Thanks, Shankar === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body

Best Connection Pooling

2000-11-01 Thread Shankar Lal
implementation (like connection broker) with oracles driver and still use datasources? Thanks Shankar === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can b

Interfacing Microsoft Excel/ Word/ RTF in JSP/Servlets

2000-07-09 Thread Shankar Gopal
as a blob attachment in that record. Please direct me how to achieve this. Appreciate all your help in advance. shankar [EMAIL PROTECTED] [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

Re: redirect to another page

2000-06-25 Thread Shankar Sundaram
to redirect to another page use the following tag -- Get your Chinese Domain Name at http://www.chinese-dns.com Get your Chinese Domain Name at http://www.chinese-dns.com =

Re: A design question

2000-06-22 Thread Vijaya Shankar
Hi ! what is model 2 ? Thanks and regards Vijay -Original Message- From: Louis [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 6:58 PM To: [EMAIL PROTECTED] Subject: A design question Hi, I use model 2 in my web application. I have a question about design a bean. I'm not

Re: Bean in JSP

2000-06-22 Thread Vijaya Shankar
Hi Scott ! You need to specify the package name also in the class. i.e Regards Vijay -Original Message- From: Scott Kumamoto [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 6:29 PM To: [EMAIL PROTECTED] Subject: Bean in JSP Where does the server look for a bean when you do a

JSP - CONNECTION TO DATABASE ISSUE

2000-06-21 Thread Vijaya Shankar
Hi ! I am new to JSP and am trying to connect to Oracle using the following : <%@ page language="java" import ="java.util.*" contentType="text/html;charset=WINDOWS-1252" %> <% app.setConnectionManager(con); con.processRequest(request); con.logon(); %> <% if (app.isConnected() ) {

QUery on OCX with JSP

2000-06-07 Thread Shankar Subramanian
Hello all, I am looking for pointers and info. regarding programming JSP with OCX controls. Can anyone get back please. Cheers, Shanx Move at m-speed. Its mobile time now!! === To unsubscribe: mailto [EMAIL PROTECTED] with

Bean properties for multiple rows

2000-02-17 Thread Gopal, Shankar
here is my question the JSP bean tag in the JSP form has associations to the HTML form elements to the middleware bean object. I found the bean tag can only pass scalar properties to the bean. What if I have a HTML table like presentation where I have rows of data . How will I associate the

Using JSP:use bean tag for table of rows.

2000-02-15 Thread Shankar Gopal
the table thru' the Setxxx() and Getxxx() methods.??? Can the bean's Setxxx() and Getxxx() methods take array of arguments . please suggest. Thanks bye Shankar Gopal (H) 510-487-4074 [EMAIL PROTECTED]

EJB returning Enumeration (Array of objects)

2000-02-14 Thread Gopal, Shankar
Hi All I have a EJB which is retrieving one row by findbyPrimaryKey method and I cud associate this with JSP. But for some reasons I have many rows returned on a specific criteria and the EJB is returning enumeration object. This is not working . I'm using JDK 1.1.7b, Weblogic 4.5.1 on NT. con

Calling BEAN from JSP for a html table of rows

2000-02-13 Thread Gopal, Shankar
I have seen a good example for a free form like interface form calling a bean which has a set , get methods . but if I have a table in the html which has set of rows, then how wud I define the get and set methods for each row in the html table Rgds shan ===

handle bean across the page

2000-02-12 Thread Gopal, Shankar
hi.. I declared a bean in one page ".jsp" using a but when I tried to access it on another page ".jsp" it doesnt exist in the next page. Throws me error " no such bean mybean exists ". The scope parameter is set properly. what else should I do.??? Rgds shan

Re: Check this

2000-02-08 Thread Shankar Roy
t File >(application/x-unknown-content-type-VBSFile) > Encoding: quoted-printable begin:vcard n:Roy;Shankar tel;fax:+91-11-632-1397 tel;home:+91-11-621-8265 tel;work:+91-11-691-0720 x-mozilla-html:TRUE url:www.ascendsoft.com org:Alekhya Ascendsoft LLC. version:2.1 emai

No Subject

2000-02-07 Thread Gopal, Shankar
Hi all. I'm not able to use the java bean in the JSP Page. I'm always getting a Bean class not found exception. Where should i deploy the bean??? . I'm using weblogic appl. server === To unsubscribe: mailto [EMAIL PROTECTE

beginner..

2000-02-07 Thread Gopal, Shankar
Hi I'm new to JSP. i'm trying to access a bean in a JSP-HTML Page. Where do I deploy the bean ".class" and ".java" files. Any help on this is highly appreciated. I'm at [EMAIL PROTECTED] i'm getting the following error : I have the classes in c:\weblogic\myserver\serverclasses. Parsing of JS

JDBC 2.0

1999-12-29 Thread Ravi shankar
Hi, I ve installed JDK 1.2 and Java Webserver 2.0. Using JSP I have succesfully connected with my database Oracle. Using next method in ResultSet works fine. But previous method which is available in JDBC 2.0 doesnt work in JSP. Mehthod not found in interface java.sql.ResultSet error is coming. S