Re: Report displaying and printing in JSP's

2002-10-11 Thread Crisalyn Ramos
Hi, Celeste. The best solution that I can suggest is to convert your report to a PDF format. You can take a look at FOP to convert into this format. This PDF format would allow your client not only to print reports but to save it as well into their disk drives.You mentioned that you would opt a f

Re: reading a file from WEB-INF

2001-09-05 Thread Crisalyn Ramos
Glenn, in your lib folder. your servlet should be able to see that. Cris >From: Glenn Wearen <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and >reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: reading a file from WEB-INF >Date: Mon, 3 Sep 2001

Re: RECORDSET TO array OR VECTOR

2001-09-05 Thread Crisalyn Ramos
Andrew, I use hashtable most of the time. not really familiar about using Vector but I believe the concept is the same. I have a bean that has a scope session. during the first call of the bean, that would the time you are going to connect to the database and store all necessary data in a hashta

connection pooling in IBM Websphere

2001-06-20 Thread Crisalyn Ramos
any backgrounder i could refer to when i want to know something about database connection pooling using IBM websphere. I believe the web.xml and other xml needs to be edited. any idea, insight, URL, article will be greatly appreciated. Thanks! Cris __

Re: Best book for JSP

2001-05-09 Thread Crisalyn Ramos
Benjamin, Try Profession JSP by Wrox! Great Book! Also try to visit www.jspinsider.com a great site to get great articles and sample codes for JSP. God bless! Crisalyn >From: "Nevarez, Benjamin" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > refe

Re: Is it possible to call a bean method via an HTML button onClick?

2001-04-16 Thread Crisalyn Ramos
Bob, what does your application wants to do so that we could figure out the alternative that we can offer. Joy >From: Bob Carpenter <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Is it

Re: Querying a Database in JSP.

2001-02-09 Thread Crisalyn Ramos
Sello, what is usually do is to create an SQL statement that goes something like: "SELECT * from usertable where username=theEncodedUsernameHere and password = theEncodedPasswordHere" Then create a ResultSet that executes the said statement above. After that check your ResultSet if it is not nul

data indention?

2001-02-06 Thread Crisalyn Ramos
hi, i am doing a web forum and i would like to indent my data depending on the thread level...something like: subject 1 reaction 1.1 reaction 1.2 reaction 1.2.1 reaction 1.2.2 subject 2 reaction 2.1 and so on... is there any way i can manipulate my data this way. any method

access viokation error while executing JSP

2001-02-04 Thread Crisalyn Ramos
ah!!! getting some errors...i am trying to execute a jsp via a sendRedirect method. and i am getting an application error, the error code goes like Exception: access violation (0xc005), address 0x1f909415. this also causes inetinfo.exe and PWS to crash, too. what is this all about? O

servlet exec in win 98 and PWS?

2001-02-02 Thread Crisalyn Ramos
hi, all! i am using Servlet Exec 3.1 as a PWS plug-in to run my Servlets and JSP for testing. it's working fine with Windows NT. is it possible to run this using Windows 98 and PWS? How? your help will be greatly appreciated. thanks! Joy _

where to store bean?

2001-02-01 Thread Crisalyn Ramos
Guys, Hi. I would like to know where to store bean so that i could access them with my jsp file via the import statement and useBean... thanks! Joy _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.co

Re: online book wanted

2001-01-11 Thread Crisalyn Ramos
 kishore,   you can try www.java.sun.com/products/jsp . that link would lead you to a lot of online books and references regarding jsp. that's where i started learning JSP.   have fun!   Cris       >From: kishore <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification